Replies: 1 comment
-
|
It might be the case that the daemon, the web server, and the code locations might require separate dedicated endpoints |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Like many web server applications, it would be great to have a default /metrics endpoint exposing metrics for Prometheus data model. Metrics must be pull by Prometheus. The dagster Prometheus plugin work only in push , which is not recommended.
Data exposed examples;
...
Example:
Minio metrics
https://min.io/docs/minio/kubernetes/upstream/operations/monitoring/metrics-and-alerts.html
Starrocks
https://docs.starrocks.io/docs/administration/management/monitoring/Monitor_and_Alert/
I can work on it if you guide me.
What is the best approach to create an endpoint? GraphQL ?
What metrics do you need ?
Beta Was this translation helpful? Give feedback.
All reactions