Add additional Prometheus exporters

This commit is contained in:
2023-12-10 00:24:19 -05:00
parent 8bf3bbdeb1
commit bf10ede298
5 changed files with 25 additions and 3 deletions

View File

@ -21,6 +21,9 @@ pvc_fence_successful_action: migrate # What to do with VMs when a fence is su
pvc_fence_failed_action: None # What to do with VMs when a fence is failed (migrate, None) - migrate is DANGEROUS without pvc_suicide_intervals set to < pvc_fence_intervals
pvc_migrate_target_selector: mem # The selector to use for migrating VMs
# Enable Prometheus exporters
enable_prometheus_exporters: yes
# Memory tuning
pvc_osd_memory_limit: 4294967296
pvc_zookeeper_heap_limit: 512M