- 
                Notifications
    You must be signed in to change notification settings 
- Fork 41.6k
Closed
Description
Bean in question:
Lines 99 to 103 in d4c7315
| @Bean | |
| public MetricsWebMvcConfigurer metricsWebMvcConfigurer(MeterRegistry meterRegistry, | |
| WebMvcTagsProvider tagsProvider) { | |
| return new MetricsWebMvcConfigurer(meterRegistry, tagsProvider); | |
| } | 
We've ran into several use-cases where a Springboot apps want to add additional tags on top of the default ones we provide. Making this bean take a list of WebMvcTagsProviders would enable that.
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement