Moved data source and data query types

This commit is contained in:
Torkel Ödegaard
2019-01-17 17:59:47 +01:00
parent 4fc9d794ca
commit febb9e7168
22 changed files with 78 additions and 56 deletions

View File

@@ -11,7 +11,7 @@ import { getNextCharacter, getPreviousCousin } from 'app/features/explore/utils/
import BracesPlugin from 'app/features/explore/slate-plugins/braces';
import RunnerPlugin from 'app/features/explore/slate-plugins/runner';
import QueryField, { TypeaheadInput, QueryFieldState } from 'app/features/explore/QueryField';
import { DataQuery } from 'app/types';
import { DataQuery } from '@grafana/ui/src/types';
const HISTOGRAM_GROUP = '__histograms__';
const METRIC_MARK = 'metric';