This commit is contained in:
2026-05-08 00:37:24 -03:00
parent dc58e8c19b
commit 0237fff63c
3 changed files with 163 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ if _TRACING_ENABLED:
endpoint = os.getenv(
"OTEL_EXPORTER_OTLP_ENDPOINT",
"http://localhost:6006/v1/traces"
"http://localhost:8087/api/public/otel/v1/traces"
)
# -----------------------------------
@@ -139,4 +139,4 @@ def span(name: str, **attrs):
f"[Tracing Error] Span '{name}' failed: {e}"
)
yield None
yield None