Skip to content

Commit

Permalink
Micrometer to OTel Bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobat committed Oct 11, 2024
1 parent 8ff4010 commit 7b7cc9f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public class MetricsDisabledTest {
.addAsResource(new StringAsset(InMemoryMetricExporterProvider.class.getCanonicalName()),
"META-INF/services/io.opentelemetry.sdk.autoconfigure.spi.metrics.ConfigurableMetricExporterProvider")
.add(new StringAsset("""
quarkus.otel.metrics.enabled=false\n
quarkus.otel.sdk.disabled=true\n
quarkus.otel.metrics.enabled=true\n
quarkus.otel.traces.exporter=none\n
quarkus.otel.logs.exporter=none\n
quarkus.otel.metrics.exporter=in-memory\n
Expand Down

0 comments on commit 7b7cc9f

Please sign in to comment.