Skip to content

Commit

Permalink
Merge pull request #3736 from loicmathieu/fix/jaeger-metrics-in-base
Browse files Browse the repository at this point in the history
Move Jaeger metrics in vendor instead of base
  • Loading branch information
FroMage authored Aug 30, 2019
2 parents 5fd1a57 + 8cb8704 commit 3993977
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

public class QuarkusJaegerMetricsFactory implements MetricsFactory {

MetricRegistry registry = MetricRegistries.get(MetricRegistry.Type.BASE);
MetricRegistry registry = MetricRegistries.get(MetricRegistry.Type.VENDOR);

@Override
public Counter createCounter(final String name, final Map<String, String> tags) {
Expand Down

0 comments on commit 3993977

Please sign in to comment.