Skip to content

Commit

Permalink
Merge pull request #636 from sassoftware/tempo-perf-tweaks
Browse files Browse the repository at this point in the history
Tempo perf tweaks
  • Loading branch information
ceelias authored May 14, 2024
2 parents a59a675 + b8f1928 commit 5dc7163
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions monitoring/values-tempo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ tempo:
enabled: true
remoteWriteUrl: "http://v4m-prometheus.monitoring:9090/api/v1/write"

# global_overrides:
# metrics_generator_processors:
# - service-graphs
global_overrides:
max_traces_per_user: 5000000
ingestion_burst_size_bytes: 500000000
ingestion_rate_limit_bytes: 500000000

retention: 24h

Expand All @@ -33,6 +34,19 @@ tempo:
server:
# -- HTTP server listen port
http_listen_port: 3100
grpc_server_max_recv_msg_size: 500000000
grpc_server_max_send_msg_size: 500000000

querier:
frontend_worker:
grpc_client_config:
max_send_msg_size: 500000000
trace_by_id:
query_timeout: "60s"
search:
query_timeout: "120s"
max_concurrent_queries: 50

storage:
trace:
# tempo storage backend
Expand Down

0 comments on commit 5dc7163

Please sign in to comment.