mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Refactor deduplication, hiding of logs and Logs component (#33531)
* Move fitlering and deduplication to comnponent to enable future caching * Clean up LogsMetaInfo * Update * Memoize component * Fix type errors * Clean uo * Add tests for filtering in combination with deduplication
This commit is contained in:
@@ -6,8 +6,6 @@ import {
|
||||
DataQueryRequest,
|
||||
DataSourceApi,
|
||||
HistoryItem,
|
||||
LogLevel,
|
||||
LogsDedupStrategy,
|
||||
LogsModel,
|
||||
PanelData,
|
||||
QueryHint,
|
||||
@@ -119,16 +117,6 @@ export interface ExploreItemState {
|
||||
*/
|
||||
queryKeys: string[];
|
||||
|
||||
/**
|
||||
* Current logs deduplication strategy
|
||||
*/
|
||||
dedupStrategy: LogsDedupStrategy;
|
||||
|
||||
/**
|
||||
* Currently hidden log series
|
||||
*/
|
||||
hiddenLogLevels?: LogLevel[];
|
||||
|
||||
/**
|
||||
* How often query should be refreshed
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user