[Feature Request] Prometheus-based SDK Metrics Dashboard: Metric Names Out of Sync With Documentation & Exports
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