Skip to content

Commit 349b994

Browse files
authored
Update endpoint for overhead tests (#13755)
1 parent 954ffad commit 349b994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark-overhead/src/test/java/io/opentelemetry/containers/PetClinicRestContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private String[] buildCommandline(Optional<Path> agentJar) {
8787
"-Dotel.traces.exporter=otlp",
8888
"-Dotel.imr.export.interval=5000",
8989
"-Dotel.exporter.otlp.insecure=true",
90-
"-Dotel.exporter.otlp.endpoint=http://collector:4317",
90+
"-Dotel.exporter.otlp.endpoint=http://collector:4318",
9191
"-Dotel.resource.attributes=service.name=petclinic-otel-overhead"));
9292
result.addAll(this.agent.getAdditionalJvmArgs());
9393
agentJar.ifPresent(path -> result.add("-javaagent:/app/" + path.getFileName()));

0 commit comments

Comments
 (0)