Skip to content

Commit

Permalink
increase the default range of http.server.connection.lifetime metric, f…
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo authored Oct 5, 2022
1 parent 027db79 commit 0907b11
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,15 @@ kamon {
}
}
}

metric.factory.custom-settings {

# Increases the range of this metric to cover up to ~7 days while still saving 30% of space in
# allocated histograms. Should prevent the most common warnings about out-of-range updates.
#
"http.server.connection.lifetime" {
lowest-discernible-value = 1000000
highest-trackable-value = 6E14
}
}
}

0 comments on commit 0907b11

Please sign in to comment.