Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
NOISSUE - Limit Max Traces kept in-memory by Jaeger all-in-one (#259)
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Evans <[email protected]>
  • Loading branch information
chaevan authored Jan 19, 2024
1 parent d7cd911 commit 7fe60ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ MG_JAEGER_FRONTEND=16686
MG_JAEGER_OLTP_HTTP=4318
MG_JAEGER_URL=http://jaeger:4318
MG_JAEGER_TRACE_RATIO=1.0
MG_JAEGER_MEMORY_MAX_TRACES=5000

## Call home
MG_SEND_TELEMETRY=true
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ services:
container_name: magistrala-jaeger
environment:
COLLECTOR_OTLP_ENABLED: ${MG_JAEGER_COLLECTOR_OTLP_ENABLED}
command: --memory.max-traces ${MG_JAEGER_MEMORY_MAX_TRACES}
ports:
- ${MG_JAEGER_FRONTEND}:${MG_JAEGER_FRONTEND}
- ${MG_JAEGER_OLTP_HTTP}:${MG_JAEGER_OLTP_HTTP}
Expand Down

0 comments on commit 7fe60ca

Please sign in to comment.