Polish "Add service connection from OpenTelemetry Collector"
See gh-35082
This commit is contained in:
@@ -54,7 +54,7 @@ class OpenTelemetryTracingConnectionDetailsFactory
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getEndpoint() {
|
||||
public String getUrl() {
|
||||
return "http://%s:%d/v1/traces".formatted(getContainer().getHost(), getContainer().getMappedPort(4318));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user