mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Tempo / Trace Viewer: Implement deep linking to spans
This commit is contained in:
@@ -4,15 +4,16 @@ import {
|
||||
DataFrame,
|
||||
DataQuery,
|
||||
DataQueryRequest,
|
||||
DataQueryResponse,
|
||||
DataSourceApi,
|
||||
EventBusExtended,
|
||||
HistoryItem,
|
||||
LogsModel,
|
||||
PanelData,
|
||||
QueryHint,
|
||||
RawTimeRange,
|
||||
TimeRange,
|
||||
EventBusExtended,
|
||||
DataQueryResponse,
|
||||
ExplorePanelsState,
|
||||
} from '@grafana/data';
|
||||
|
||||
export enum ExploreId {
|
||||
@@ -173,6 +174,7 @@ export interface ExploreItemState {
|
||||
|
||||
/* explore graph style */
|
||||
graphStyle: ExploreGraphStyle;
|
||||
panelsState: ExplorePanelsState;
|
||||
}
|
||||
|
||||
export interface ExploreUpdateState {
|
||||
|
||||
Reference in New Issue
Block a user