cluster/services/monitoring: create buckets for loki and tempo
This commit is contained in:
parent
fbead1652a
commit
f88749fd95
1 changed files with 11 additions and 0 deletions
|
@ -74,5 +74,16 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
garage = {
|
||||
keys = {
|
||||
loki = { };
|
||||
tempo = { };
|
||||
};
|
||||
buckets = {
|
||||
loki-chunks.allow.loki = [ "read" "write" ];
|
||||
tempo-chunks.allow.tempo = [ "read" "write" ];
|
||||
};
|
||||
};
|
||||
|
||||
dns.records.monitoring.consulService = "grafana";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue