Commit 02e4c2bb by Zoltán Bedi Committed by GitHub

Graphite: Fix test data source query options (#26906)

parent 1dd5b58e
......@@ -593,6 +593,9 @@ export class GraphiteDatasource extends DataSourceApi<GraphiteQuery, GraphiteOpt
const query = ({
panelId: 3,
rangeRaw: { from: 'now-1h', to: 'now' },
range: {
raw: { from: 'now-1h', to: 'now' },
},
targets: [{ target: 'constantLine(100)' }],
maxDataPoints: 300,
} as unknown) as DataQueryRequest<GraphiteQuery>;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment