Skip to content

Commit c49391a

Browse files
committed
chore: add OTEL config to .env.example and docker-compose, remove fly.provider-b.toml
Adds commented-out OTEL configuration section to .env.example, adds OTEL environment variables to docker-compose provider service, and removes unused fly.provider-b.toml deployment config.
1 parent 9a05ad4 commit c49391a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ SERVICE_AUTH_SECRET= # 32 random bytes, base64 encoded. Used for secure JWT midd
2727
CHALLENGE_TTL=900 #15m
2828
SESSION_TTL=21600 #6h
2929

30+
# OPENTELEMETRY (opt-in, requires Jaeger or OTLP-compatible collector)
31+
# OTEL_DENO=true
32+
# OTEL_SERVICE_NAME=provider-platform
33+
# OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
34+
# OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
35+
3036
# MEMPOOL CONFIGURATION
3137
MEMPOOL_SLOT_CAPACITY=100
3238
MEMPOOL_EXPENSIVE_OP_WEIGHT=10

0 commit comments

Comments
 (0)