tuning tempo
This commit is contained in:
parent
151ee68cca
commit
232e354659
1 changed files with 6 additions and 2 deletions
|
@ -10,6 +10,9 @@ distributor:
|
||||||
http:
|
http:
|
||||||
grpc:
|
grpc:
|
||||||
|
|
||||||
|
ingester:
|
||||||
|
max_block_bytes: 131072000 # 128mb
|
||||||
|
|
||||||
metrics_generator:
|
metrics_generator:
|
||||||
registry:
|
registry:
|
||||||
external_labels:
|
external_labels:
|
||||||
|
@ -22,15 +25,16 @@ metrics_generator:
|
||||||
|
|
||||||
compactor:
|
compactor:
|
||||||
compaction:
|
compaction:
|
||||||
block_retention: 168h # 7 days
|
block_retention: 672h # 28 days
|
||||||
compacted_block_retention: 30m
|
compacted_block_retention: 30m
|
||||||
retention_concurrency: 1
|
retention_concurrency: 2
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
trace:
|
trace:
|
||||||
backend: s3
|
backend: s3
|
||||||
wal:
|
wal:
|
||||||
path: /tempo-data/wal # where to store the the wal locally
|
path: /tempo-data/wal # where to store the the wal locally
|
||||||
|
encoding: zstd
|
||||||
s3:
|
s3:
|
||||||
endpoint: s3.kmsign.ru
|
endpoint: s3.kmsign.ru
|
||||||
bucket: tempo
|
bucket: tempo
|
||||||
|
|
Loading…
Reference in a new issue