Skip to content

Commit 03b9239

Browse files
committed
chore: specify http
1 parent 1c3b560 commit 03b9239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/benchmark/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func (s *SpamoorSuite) setupEnv(cfg config) *env {
7575
// to with_endpoint(). opentelemetry-otlp v0.31 HTTP exporter does
7676
// not auto-append /v1/traces, so the full path is required.
7777
"OTEL_EXPORTER_OTLP_ENDPOINT="+jg.Internal.IngestHTTPEndpoint()+"/v1/traces",
78-
"OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf",
78+
"OTEL_EXPORTER_OTLP_PROTOCOL=http",
7979
"RUST_LOG=debug",
8080
"OTEL_SDK_DISABLED=false",
8181
)

0 commit comments

Comments
 (0)