fix: limit promethus log retention to 1gb
This commit is contained in:
parent
f135eeaf73
commit
6bc668c0b7
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
enable = true;
|
||||
port = 9090;
|
||||
retentionTime = "30d";
|
||||
extraFlags = [ "--storage.tsdb.retention.size=1GB" ];
|
||||
|
||||
exporters = {
|
||||
node = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue