spring-cloud / spring-cloud/spring-cloud-commons
Custom metric's tag for MicrometerStatsLoadBalancerLifecycle
@OlgaMaciaszek is already working on this.
Since Nov 21, 2024.
- Dominant language
- Java
- Stars
- 751
- Forks
- 744
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 9
Description
Is your feature request related to a problem? Please describe.
I'm integrating Spring Cloud LoadBalancer with a Consul Discovery Client and I want to include own Consul's instance tags in metrics from Load Balancer.
Describe the solution you'd like
I'd like to register custom customizer bean, which could enrich micrometer's tags for load balancer metrics.
Describe alternatives you've considered
I've Implemented own LoadBalancerLifecycle to gather metrics only to add few tags, but it seems tedious, especially having mechanism in a MicrometerStatsLoadBalancerLifecycle class.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.