File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments