Skip to content

Commit e57e321

Browse files
authored
fix(jaeger): adjust Jaeger traces ingest URL (#1500)
1 parent 574a238 commit e57e321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jit-binding-server/src/main/kotlin/io/github/typesafegithub/workflows/jitbindingserver/OpenTelemetryConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ UI available at http://localhost:16686/
3232
*/
3333
internal fun buildOpenTelemetryConfig(
3434
serviceName: String,
35-
endpointConfig: String = "http://localhost:4317",
35+
endpointConfig: String = "http://jaeger:4317",
3636
): OpenTelemetry {
3737
val spanExporter =
3838
OtlpGrpcSpanExporter.builder()

0 commit comments

Comments
 (0)