Tempo / Trace Viewer: Implement deep linking to spans

This commit is contained in:
Erin Noe-Payne
2022-01-24 10:49:35 -05:00
committed by GitHub
parent fdeaf7a5c4
commit ac945fb6e1
24 changed files with 472 additions and 61 deletions

View File

@@ -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 {