mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
@@ -50,6 +50,8 @@ export function GraphiteDatasource(instanceSettings, $q, backendSrv, templateSrv
|
||||
data: params.join('&'),
|
||||
headers: {
|
||||
'Content-Type': 'application/x-www-form-urlencoded',
|
||||
'X-Dashboard-Id': options.dashboardId, // enables distributed tracing in ds_proxy
|
||||
'X-Panel-Id': options.panelId, // enables distributed tracing in ds_proxy
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user