Instrumentation: Add feature toggle for logging requests instrumented as unknown (#50566)

Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
Carl Bergquist
2022-06-10 10:56:55 +02:00
committed by GitHub
parent 6a4906ef7e
commit 2d6e69226b
4 changed files with 22 additions and 6 deletions

View File

@@ -58,4 +58,5 @@ export interface FeatureToggles {
prometheusWideSeries?: boolean;
canvasPanelNesting?: boolean;
cloudMonitoringExperimentalUI?: boolean;
logRequestsInstrumentedAsUnknown?: boolean;
}