enable distribution otlp tracing

This commit is contained in:
Denis Savosin
2024-10-10 11:57:52 +07:00
parent a52f69ece5
commit d8b068917f
6 changed files with 31 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ services:
DB_USERNAME: $DB_USERNAME
DB_PASSWORD: $DB_PASSWORD
KAFKA_SERVERS: $KAFKA_SERVERS
OTLP_TRACING_HTTP_URL: $OTLP_TRACING_HTTP_URL
expose:
- 8080
- 8081