grafana/metrics-drilldown

Fix: remove heatmap transformation no data work around

Open

#1,123 opened on Mar 9, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (12 forks)github user discovery
good first issue

Repository metrics

Stars
 (27 stars)
PR merge metrics
 (PR metrics pending)

Description

What is this?

Remove the heatmap panel transformation to filter empty heatmap data frame responses, substituting an empty frame with no fields.

When can we do this?

When Prometheus returns an empty frame with no fields, compliant with the data plane no data contract. When this issue is closed https://github.com/grafana/grafana-prometheus-datasource/issues/115

Contributor guide