We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3b560 commit 03b9239Copy full SHA for 03b9239
1 file changed
test/e2e/benchmark/suite_test.go
@@ -75,7 +75,7 @@ func (s *SpamoorSuite) setupEnv(cfg config) *env {
75
// to with_endpoint(). opentelemetry-otlp v0.31 HTTP exporter does
76
// not auto-append /v1/traces, so the full path is required.
77
"OTEL_EXPORTER_OTLP_ENDPOINT="+jg.Internal.IngestHTTPEndpoint()+"/v1/traces",
78
- "OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf",
+ "OTEL_EXPORTER_OTLP_PROTOCOL=http",
79
"RUST_LOG=debug",
80
"OTEL_SDK_DISABLED=false",
81
)
0 commit comments