Metrics: Remove support for using summaries instead of histogram for HTTP instrumentation (#49985)

Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
Carl Bergquist
2022-06-01 14:33:59 +02:00
committed by GitHub
parent f566958555
commit 9562fb389f
6 changed files with 20 additions and 69 deletions

View File

@@ -36,7 +36,6 @@ export interface FeatureToggles {
influxdbBackendMigration?: boolean;
newNavigation?: boolean;
showFeatureFlagsInUI?: boolean;
disable_http_request_histogram?: boolean;
publicDashboards?: boolean;
lokiLive?: boolean;
swaggerUi?: boolean;