mirror of
https://github.com/grafana/grafana.git
synced 2026-08-13 06:34:55 -05:00
add public dashboard token to metric panel issued queries (#57293)
This commit is contained in:
@@ -200,6 +200,7 @@ class MetricsPanelCtrl extends PanelCtrl {
|
||||
timeRange: this.range,
|
||||
maxDataPoints: panel.maxDataPoints || this.width,
|
||||
minInterval: panel.interval,
|
||||
publicDashboardAccessToken: this.dashboard.meta.publicDashboardAccessToken,
|
||||
scopedVars: panel.scopedVars,
|
||||
cacheTimeout: panel.cacheTimeout,
|
||||
transformations: panel.transformations,
|
||||
|
||||
Reference in New Issue
Block a user