Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgrade otel #334

Merged
merged 2 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading