Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ungreat committed Sep 24, 2024
1 parent 077f2bc commit 3e6ac14
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ MeterRegistryCustomizer<MeterRegistry> metricsCommonTags() {
}

@Bean(value = "businessMeterRegistry")
BusinessMeterRegistry businessMeterRegistry(PrometheusConfig prometheusConfig,
CollectorRegistry collectorRegistry, Clock clock, ObjectProvider<ExemplarSampler> exemplarSamplerProvider) {
BusinessMeterRegistry businessMeterRegistry(PrometheusConfig prometheusConfig) {
return new BusinessMeterRegistry(prometheusConfig);
}

Expand Down

0 comments on commit 3e6ac14

Please sign in to comment.