-
Notifications
You must be signed in to change notification settings - Fork 7
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
Description
Summary
Deployment docs currently show Prometheus scraping localhost:9090 directly, but the daemon does not expose an HTTP /metrics endpoint.
Evidence
docs/guide/deployment.mdshows a Prometheus scrape target onlocalhost:9090.- Codebase has no HTTP metrics handler (
/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:
- add an HTTP metrics endpoint/exporter, or
- update docs to describe the currently supported metrics collection path (for example, polling
GetMetricsvia gRPC).
Acceptance criteria
- Deployment docs provide an implementation-accurate monitoring path.
- Prometheus section only documents supported integration patterns.
Reactions are currently unavailable
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