Compare commits

...

4 Commits

Author SHA1 Message Date
unkinben 7b3d224b64 Merge pull request 'feat: add cache path for vmselect' (#19) from benvin/vmselect-cache into master
Reviewed-on: #19
2025-07-20 16:01:13 +10:00
unkinben 7c1c385ab5 feat: add cache path for vmselect
- for use by the cacheDataPath
2025-07-20 16:00:28 +10:00
unkinben 791edafa26 Merge pull request 'chore: increase prometheus storage' (#18) from benvin/prometheus_storage into master
Reviewed-on: #18
2025-07-19 12:36:37 +10:00
unkinben 57c41108de chore: increase prometheus storage
- both instances are close to 100% full
2025-07-19 12:35:49 +10:00
5 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ storage_volumes:
pool: fastpool
path: /data
config:
size: 50GB
size: 100GB
+1 -1
View File
@@ -10,4 +10,4 @@ storage_volumes:
pool: fastpool
path: /data
config:
size: 50GB
size: 100GB
@@ -5,3 +5,9 @@ profiles:
- disk20
- net_com1_eth0
- 2core2048
storage_volumes:
data:
pool: fastpool
path: /data
config:
size: 50GB
@@ -5,3 +5,9 @@ profiles:
- disk20
- net_com1_eth0
- 2core2048
storage_volumes:
data:
pool: fastpool
path: /data
config:
size: 50GB
@@ -5,3 +5,9 @@ profiles:
- disk20
- net_com1_eth0
- 2core2048
storage_volumes:
data:
pool: fastpool
path: /data
config:
size: 50GB