Skip to content

Commit

Permalink
fix reading of otel.propagators
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Feb 14, 2024
1 parent b16ecf1 commit 10e9a67
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"otel.metric.export.interval=100",
"otel.exporter.otlp.headers=a=1,b=2",
// We set the export interval of the metrics to 100 ms. The default value is 1 minute.
// the headers are simply set here to make sure that headers can be parsed, even with
// otel.exporter.otlp.enabled=false
// the headers are simply set here to make sure that headers can be parsed
})
class OtelSpringStarterSmokeTest {

Expand Down

0 comments on commit 10e9a67

Please sign in to comment.