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:
Torkel Ödegaard
2022-03-29 17:49:21 +02:00
committed by GitHub
parent 8426cfe400
commit 5f9cd7b875
17 changed files with 78 additions and 61 deletions

View File

@@ -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';