mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added types to query rows
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user