Skip to content

Commit

Permalink
kamon remove 95 percentile
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Dec 28, 2024
1 parent 2afadce commit 4ecf23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/base.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4ecf23d

Please sign in to comment.