question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Change distribution summary config with YAML [Spring Integration]

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:2
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
eisigcommented, Jan 28, 2021

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

1reaction
eisigcommented, Jan 28, 2021

Sorry not notice the title already say “Spring Integration”😅

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found