Added types to query rows

This commit is contained in:
David Kaltschmidt
2018-10-24 14:55:56 +02:00
parent 3a1ece537c
commit 54a3e2d1d1
3 changed files with 55 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
import _ from 'lodash';
export function getQueryHints(query: string, series?: any[], datasource?: any): any[] {
import { QueryHint } from 'app/types/explore';
export function getQueryHints(query: string, series?: any[], datasource?: any): QueryHint[] {
const hints = [];
// ..._bucket metric needs a histogram_quantile()