We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954ffad commit 349b994Copy full SHA for 349b994
benchmark-overhead/src/test/java/io/opentelemetry/containers/PetClinicRestContainer.java
@@ -87,7 +87,7 @@ private String[] buildCommandline(Optional<Path> agentJar) {
87
"-Dotel.traces.exporter=otlp",
88
"-Dotel.imr.export.interval=5000",
89
"-Dotel.exporter.otlp.insecure=true",
90
- "-Dotel.exporter.otlp.endpoint=http://collector:4317",
+ "-Dotel.exporter.otlp.endpoint=http://collector:4318",
91
"-Dotel.resource.attributes=service.name=petclinic-otel-overhead"));
92
result.addAll(this.agent.getAdditionalJvmArgs());
93
agentJar.ifPresent(path -> result.add("-javaagent:/app/" + path.getFileName()));
0 commit comments