Change distribution summary config with YAML [Spring Integration]
See original GitHub issueIt 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
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Production-ready Features - Spring
Cross-origin resource sharing (CORS) is a W3C specification that lets you specify in a flexible way what kind of cross-domain requests are authorized....
Read more >Load different application.yml in SpringBoot Test
Spring Boot test cases will take properties from application.yml file in test directory. The config folder is predefined in Spring Boot. As per...
Read more >Spring YAML Configuration - Baeldung
In this brief article, we learned how to configure properties in Spring Boot applications using YAML. We also discussed the property overriding ...
Read more >Create and Configure Jobs and Pipelines Using YAML
You cannot use an external Git repository to host YAML files. Because the configuration files are stored in Git, you can track changes...
Read more >A Magic Around Spring Boot Externalized Configuration
yml ) from the following locations: classpath:/,classpath:/config/,file:./,file:./config/ . Of course, we may override it. You can change the ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@okue do you woking on it? If not, I may have a try.
Sorry not notice the title already say “Spring Integration”😅