Skip to content

Commit

Permalink
fix: upgrade otel
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed May 20, 2024
1 parent d10790f commit 5a1fb44
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 478 deletions.
4 changes: 0 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ VALIDATE_SIGNATURES=true
# We're using separate log levels for stderr and telemetry. Note: telemetry
# exports require 'trace' log level.
LOG_LEVEL=info,echo-server=info
LOG_LEVEL_OTEL=info,echo-server=trace

# Multi-Tenancy
TENANT_DATABASE_URL=
Expand All @@ -24,9 +23,6 @@ JWT_SECRET=
CORS_ALLOWED_ORIGINS=*

# Telemetry
# OTLP ENV also supported e.g.
# OTEL_SERVICE_NAME=echo-server
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317
TELEMETRY_PROMETHEUS_PORT=3001

# FCM
Expand Down
Loading

0 comments on commit 5a1fb44

Please sign in to comment.