mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Loki: Add aggregate by label support (#46965)
* Loki: Add aggregate by label support * Label lookups now work for loki * Fixed ts issue * review comment fixed
This commit is contained in:
@@ -16,7 +16,7 @@ import React from 'react';
|
||||
import { LokiQueryField } from '../../loki/components/LokiQueryField';
|
||||
import { LokiQuery } from '../../loki/types';
|
||||
import { TempoDatasource, TempoQuery, TempoQueryType } from '../datasource';
|
||||
import LokiDatasource from '../../loki/datasource';
|
||||
import { LokiDatasource } from '../../loki/datasource';
|
||||
import useAsync from 'react-use/lib/useAsync';
|
||||
import NativeSearch from './NativeSearch';
|
||||
import { getDS } from './utils';
|
||||
|
||||
Reference in New Issue
Block a user