Update OTEL_EXPORTER_OTLP_ENDPOINT in stack.env to use the otel-collector service
This commit is contained in:
@@ -37,7 +37,7 @@ LANGFUSE_CSP_ENFORCE_HTTPS=false
|
||||
# HOSTNAME=localhost
|
||||
|
||||
# Opentelemetry, optional
|
||||
OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost:4318"
|
||||
OTEL_EXPORTER_OTLP_ENDPOINT="http://otel-collector:4318"
|
||||
OTEL_SERVICE_NAME="langfuse"
|
||||
|
||||
# Default role for users who sign up, optional, can be org or org+project
|
||||
|
||||
Reference in New Issue
Block a user