-
-
Notifications
You must be signed in to change notification settings - Fork 8
Correct Prometheus deployment docs for current metrics surface #13
Copy link
Copy link
Open
Labels
area:docsDocumentation quality and accuracyDocumentation quality and accuracyarea:observabilityMetrics, health checks, and monitoringMetrics, health checks, and monitoringdocumentationImprovements or additions to documentationImprovements or additions to documentationpriority:mediumImportant but not urgentImportant but not urgent
Metadata
Metadata
Assignees
Labels
area:docsDocumentation quality and accuracyDocumentation quality and accuracyarea:observabilityMetrics, health checks, and monitoringMetrics, health checks, and monitoringdocumentationImprovements or additions to documentationImprovements or additions to documentationpriority:mediumImportant but not urgentImportant but not urgent
Summary
Deployment docs currently show Prometheus scraping
localhost:9090directly, but the daemon does not expose an HTTP/metricsendpoint.Evidence
docs/guide/deployment.mdshows a Prometheus scrape target onlocalhost:9090./metrics) or Prometheus exporter wiring.Impact
Operators following docs can configure a non-functional scrape and assume metrics are unavailable or broken.
Proposed work
Either:
GetMetricsvia gRPC).Acceptance criteria