Armeria: Change distribution summary config with YAML [Spring Integration]

Created on 27 Jan 2021  ·  5Comments  ·  Source: line/armeria

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

new feature

Most helpful comment

@okue do you woking on it? If not, I may have a try.

All 5 comments

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!

Was this page helpful?
0 / 5 - 0 ratings