Skip to content

Commit 042cbf3

Browse files
committed
Experimental: Tackle tempo max trace reached
1 parent 93e701f commit 042cbf3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

services/monitoring/tempo_config.yaml.j2

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ distributor:
99
endpoint: "0.0.0.0:4318" # Explicitly bind to all interfaces https://github.com/grafana/tempo/issues/4465
1010
grpc:
1111
endpoint: "0.0.0.0:4317" # Explicitly bind to all interfaces https://github.com/grafana/tempo/issues/4465
12-
12+
log_discarded_spans:
13+
enabled: true
14+
include_all_attributes: false
1315
#ingester:
1416
# max_block_duration: 5m # cut the headblock when this much time passes. this should probably be left alone normally
1517

@@ -62,3 +64,9 @@ overrides:
6264
defaults:
6365
metrics_generator:
6466
processors: ['service-graphs', 'local-blocks']
67+
global:
68+
max_bytes_per_trace: 25000000 # 25MB
69+
ingestion:
70+
rate_limit_bytes: 30000000
71+
burst_size_bytes: 40000000
72+
max_traces_per_user: 10000

0 commit comments

Comments
 (0)