Instrument elyzia

This commit is contained in:
2025-11-14 18:10:05 +01:00
parent 03792487c3
commit 01883d08cc
6 changed files with 194 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ AUTH_SERVER=http://auth:4568
IMAGES_PATH=./images
OTEL_EXPORTER_OTLP_PROTOCOL="http/protobuf"
OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost:4317"
# It is recommended to use the below PG environment variables when possible.
# POSTGRES_URL=postgres://user:password@hostname:port/dbname?sslmode=verify-full&sslrootcert=/path/to/server.crt&sslcert=/path/to/client.crt&sslkey=/path/to/client.key
# The behavior of the below variables match what is documented here: