Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Commit 5862989

Browse files
Fix v91
1 parent f0d893d commit 5862989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/chat/app/observability/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def setup_tracing(app) -> None:
1111

1212
otlp_exporter = OTLPSpanExporter(
1313
endpoint="http://localhost:4318/v1/traces",
14-
insecure=True,
14+
# insecure=True,
1515
)
1616
processor = BatchSpanProcessor(otlp_exporter)
1717

manifests/chat-api-vector-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
vector.toml: |
88
[sources.otel]
99
type = "opentelemetry"
10-
address = "0.0.0.0:4318"
10+
http.endpoint = "0.0.0.0:4318"
1111
1212
[sinks.loki]
1313
type = "loki"

0 commit comments

Comments
 (0)