mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Remove loki version hack in explore (#27966)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user