mirror of
https://github.com/hoshikawa2/nemo_guardrails_configuration.git
synced 2026-07-09 17:04:20 +00:00
Langfuse
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user