Chore: Remove loki version hack in explore (#27966)

This commit is contained in:
Andrej Ocenas
2020-10-01 15:41:05 +02:00
committed by GitHub
parent 43c389d119
commit 26ba7ab598
7 changed files with 4 additions and 56 deletions

View File

@@ -14,7 +14,6 @@ import {
AbsoluteTimeRange,
GraphSeriesXY,
DataFrame,
ExploreMode,
ExploreUrlState,
} from '@grafana/data';
@@ -157,7 +156,6 @@ export interface ExploreItemState {
update: ExploreUpdateState;
latency: number;
supportedModes: ExploreMode[];
/**
* If true, the view is in live tailing mode.
@@ -197,7 +195,6 @@ export interface QueryOptions {
minInterval?: string;
maxDataPoints?: number;
liveStreaming?: boolean;
mode?: ExploreMode;
}
export interface QueryTransaction {