dashboards icon indicating copy to clipboard operation
dashboards copied to clipboard

[Feature Request] Prometheus-based SDK Metrics Dashboard: Metric Names Out of Sync With Documentation & Exports

Open deepika-awasthi opened this issue 1 month ago • 0 comments

After importing the sample SDK metrics dashboard, most panels show “no data” because the JSON uses old metric names that don’t match what the SDK actually emits.

For example, Prometheus exposes temporal_request_failure_total, but the dashboard queries temporal_request_failure. This mismatch applies to many metrics, not just this one.

Impact

Panels like “RPC Requests vs Failures” and others are empty right after import. Users have to manually inspect and fix metric names across the dashboard.

Requested Fix

Audit and update all metric names in the JSON to match current SDK output (e.g., *_total counters). Optionally provide separate JSONs or clear README notes for:

OTEL exporter metric names Prometheus exporter metric names

deepika-awasthi avatar Dec 12 '25 18:12 deepika-awasthi