Prometheus Metrics #62
Labels
non essential
Low priority issue
proposal
A Karman feature proposal
status/draft
A proposal that is still being drafted
Milestone
What feature do you want to propose?
The API server should expose metrics in a prometheus compatible format.
Why does Karman need this feature?
Prometheus metrics are a standardized way for applications to provide observability. The
/healthz
endpoint does not provide an adequate level of detail.How do users access the feature?
Server admins should be able to decide whether to run the metrics on the same port as the API or a different port. By default the metrics should be available on
:9090/metrics
. The/metrics
path should probably be configurable as well.Additional context
Implementation Considerations
This issue does not affect the frontend.
The text was updated successfully, but these errors were encountered: