Skip to content

Commit 1df5a63

Browse files
committed
chore: Update collector url
1 parent 474777c commit 1df5a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/otel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
SERVICE_NAME: "fastapi-server-2"
99
})
1010
provider = TracerProvider(resource=resource)
11-
processor = BatchSpanProcessor(OTLPSpanExporter(endpoint="http://otel-poc-collector.otel.svc.cluster.local:4317"))
11+
processor = BatchSpanProcessor(OTLPSpanExporter(endpoint="http://sangwoo-otel-poc-collector.sangwoo-otel-poc.svc.cluster.local:4317"))
1212
provider.add_span_processor(processor)
1313
trace.set_tracer_provider(provider)
1414
tracer = trace.get_tracer(__name__)

0 commit comments

Comments
 (0)