-
Send Datasource ID Header
-
{
- onOptionsChange({
- ...options,
- jsonData: {
- ...options.jsonData,
- send_datasource_id_header: e.currentTarget.checked,
- },
- });
- }}
- />
- When enabled, sends the current datasource UID as X-Grafana-Datasource-UID header
-