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:
|
storage:
|
||||||
trace:
|
trace:
|
||||||
backend: local # backend configuration to use
|
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
|
||||||
local:
|
s3:
|
||||||
path: /tempo-data/blocks
|
endpoint: s3.kmsign.ru
|
||||||
|
bucket: tempo
|
||||||
|
access_key: GtcG3M2lwJOuIASdXr8H
|
||||||
|
secret_key: UDI9jTicG1fUaZ0K2vVuxke9TKU0iAuMCY3u4vTG
|
||||||
|
|
||||||
overrides:
|
overrides:
|
||||||
defaults:
|
defaults:
|
||||||
|
|
Loading…
Reference in a new issue