From 4ecf23d8c679ee7ff222f31c3b5c3a6c367399a1 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Sat, 28 Dec 2024 16:46:45 +0100 Subject: [PATCH] kamon remove 95 percentile --- conf/base.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/base.conf b/conf/base.conf index 87d731c27088b..5079938572d7a 100644 --- a/conf/base.conf +++ b/conf/base.conf @@ -426,7 +426,7 @@ kamon { hostname = "" port = 8086 database = "kamon" - percentiles = [50.0, 75.0, 90.0, 95.0, 99.0, 99.9] + percentiles = [50.0, 75.0, 90.0, 99.0, 99.9] protocol = "http" post-empty-distributions = false precision = "s"