/usr/share/grafana/public/app/plugins/datasource/cloudwatch/mocks/metric-math-test-data
import { monacoTypes } from '@grafana/ui'; export const secondArgQuery = { query: 'FILL($first, )', tokens: [ [ { offset: 0, type: 'predefined.cloudwatch-MetricMath', language: 'cloudwatch-MetricMath' }, { offset: 4, type: 'delimiter.parenthesis.cloudwatch-MetricMath', language: 'cloudwatch-MetricMath' }, { offset: 5, type: 'variable.cloudwatch-MetricMath', language: 'cloudwatch-MetricMath' }, { offset: 11, type: 'delimiter.cloudwatch-MetricMath', language: 'cloudwatch-MetricMath' }, { offset: 12, type: 'white.cloudwatch-MetricMath', language: 'cloudwatch-MetricMath' }, { offset: 13, type: 'delimiter.parenthesis.cloudwatch-MetricMath', language: 'cloudwatch-MetricMath' }, ], ] as monacoTypes.Token[][], position: { lineNumber: 1, column: 14, }, };
.
Edit
..
Edit
afterFunctionQuery.ts
Edit
secondArgAfterSearchQuery.ts
Edit
secondArgQuery.ts
Edit
singleLineEmptyQuery.ts
Edit
thirdArgAfterSearchQuery.ts
Edit
withinStringQuery.ts
Edit