metrics service: allow only histogram summaries (#25812)
Commit Message: Allow only histogram summaries in metric service Additional Description: Histogram metrics by default send two metrics Summary (containing quantiles) and Histogram (containing all the buckets), this makes payloads extremely large when handling lots of stats. In some cases, only having the summary is enough, since we can get sum, count, and percentiles. Furthermore, it probably only makes sense to send one of both, if I were to need buckets, then Summary is probably useless. Risk Level: low, off by default Testing: Docs Changes: Release Notes: Platform Specific Features: Signed-off-by: Sebastian Schepens <sebastian.schepens@mercadolibre.com> Mirrored from https://github.com/envoyproxy/envoy @ c40aca4c1b51f2089fd33e70b393041c6b291064pull/626/head
parent
b88832427b
commit
9e0602b523
1 changed files with 16 additions and 0 deletions
Loading…
Reference in new issue