mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #11326 from bergquist/more_traces
dataproxy: adds dashboardid and panelid as tags
This commit is contained in:
@@ -225,6 +225,7 @@ class MetricsPanelCtrl extends PanelCtrl {
|
||||
var metricsQuery = {
|
||||
timezone: this.dashboard.getTimezone(),
|
||||
panelId: this.panel.id,
|
||||
dashboardId: this.dashboard.id,
|
||||
range: this.range,
|
||||
rangeRaw: this.range.raw,
|
||||
interval: this.interval,
|
||||
|
||||
Reference in New Issue
Block a user