fix
This commit is contained in:
parent
2e1974c05d
commit
b65124d36a
1 changed files with 6 additions and 3 deletions
|
@ -26,11 +26,14 @@ compactor:
|
|||
|
||||
storage:
|
||||
trace:
|
||||
backend: local # backend configuration to use
|
||||
backend: s3
|
||||
wal:
|
||||
path: /tempo-data/wal # where to store the the wal locally
|
||||
local:
|
||||
path: /tempo-data/blocks
|
||||
s3:
|
||||
endpoint: s3.kmsign.ru
|
||||
bucket: tempo
|
||||
access_key: GtcG3M2lwJOuIASdXr8H
|
||||
secret_key: UDI9jTicG1fUaZ0K2vVuxke9TKU0iAuMCY3u4vTG
|
||||
|
||||
overrides:
|
||||
defaults:
|
||||
|
|
Loading…
Reference in a new issue