FlameGraph: Add sandwich view (#70268)

This commit is contained in:
Andrej Ocenas
2023-06-19 16:34:06 +02:00
committed by GitHub
parent db44ba305e
commit 5ca03a82f0
36 changed files with 43623 additions and 2 deletions

View File

@@ -102,4 +102,5 @@ export interface FeatureToggles {
exploreScrollableLogsContainer?: boolean;
recordedQueriesMulti?: boolean;
alertingLokiRangeToInstant?: boolean;
flameGraphV2?: boolean;
}