Graphite: Fix test data source query options (#26906)
This commit is contained in:
@@ -593,6 +593,9 @@ export class GraphiteDatasource extends DataSourceApi<GraphiteQuery, GraphiteOpt
|
|||||||
const query = ({
|
const query = ({
|
||||||
panelId: 3,
|
panelId: 3,
|
||||||
rangeRaw: { from: 'now-1h', to: 'now' },
|
rangeRaw: { from: 'now-1h', to: 'now' },
|
||||||
|
range: {
|
||||||
|
raw: { from: 'now-1h', to: 'now' },
|
||||||
|
},
|
||||||
targets: [{ target: 'constantLine(100)' }],
|
targets: [{ target: 'constantLine(100)' }],
|
||||||
maxDataPoints: 300,
|
maxDataPoints: 300,
|
||||||
} as unknown) as DataQueryRequest<GraphiteQuery>;
|
} as unknown) as DataQueryRequest<GraphiteQuery>;
|
||||||
|
|||||||
Reference in New Issue
Block a user