Skip to content

Prometheus/OpenTelemetry Native Export #12679

@Ronitsabhaya75

Description

@Ronitsabhaya75

Currently, FoundationDB exposes metrics via its JSON status output (fdbcli --exec "status json"). To integrate with modern observability platforms like Prometheus, Grafana, or Datadog, users must:

  • Periodically scrape the JSON status endpoint
  • Parse the complex nested JSON structure
  • Transform metrics into Prometheus format (labels, counters, gauges)
  • Run a separate exporter sidecar process

This creates operational overhead, potential data inconsistency, and monitoring gaps between scrapes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions