replace prometheus with mimir
This commit is contained in:
parent
03f6253560
commit
82b4283535
4 changed files with 31 additions and 23 deletions
mimir
18
mimir/config.yaml
Normal file
18
mimir/config.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
blocks_storage:
|
||||
backend: filesystem
|
||||
filesystem:
|
||||
dir: /mimir/data
|
||||
tsdb:
|
||||
dir: /mimir/tsdb
|
||||
|
||||
compactor:
|
||||
data_dir: /mimir/compactor
|
||||
|
||||
ruler_storage:
|
||||
backend: filesystem
|
||||
filesystem:
|
||||
dir: /mimir/rules
|
||||
|
||||
server:
|
||||
http_listen_port: 9009
|
||||
log_level: error
|
Loading…
Add table
Add a link
Reference in a new issue