armeria
armeria copied to clipboard
Change distribution summary config with YAML [Spring Integration]
It would be good if we can change this distribution summary config with YAML like
management:
metrics:
distribution:
percentiles:
- 0.5
- 0.75
- 0.9
- 0.95
- 0.99
https://armeria.dev/docs/advanced-metrics#changing-the-default-distribution-summary-config
Maybe add support in spring auto configuration ?
Sorry not notice the title already say “Spring Integration”😅
Yes, I want armeria-spring-boot-starter
to support this kind of feature.
@okue do you woking on it? If not, I may have a try.
@eisig i do nothing yet. Thank you!
I think the above distribution summary can be applied by setting as the following What do you think? @okue
management:
metrics:
distribution:
percentiles:
armeria.server: 0.5, 0.75, 0.9, 0.95, 0.99