patagia-control/.envrc.recommended
Daniel Lundin e297e16cfb
Some checks failed
ci/woodpecker/push/ci Pipeline failed
feat(direnv): opentelemetry env vars for development
2025-01-08 18:55:43 +01:00

8 lines
345 B
Text

nix_direnv_manual_reload
use flake
export DATABASE_URL=postgresql://patagia:swordfish@/patagia?host=$XDG_RUNTIME_DIR/patagia-postgres
export OTEL_EXPORTER_OTLP_TRACES_PROTOCOL="http/protobuf"
export OTEL_RESOURCE_ATTRIBUTES=host.name=$HOSTNAME
export OTEL_SERVICE_NAME=$USER.patagia-control
export OTEL_TRACES_SAMPLER=always_on
dotenv_if_exists