mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-20 23:41:18 +00:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **Version Updates** - Tenant application version bumped from 1.6.5 to 1.6.6 - Monitoring application version updated from 1.5.3 to 1.5.4 - **Monitoring Configuration** - Adjusted metrics storage deduplication interval: shortterm from 5 minutes to 15 seconds, longterm from 15 seconds to 5 minutes - Updated resource configurations for VM components, including new resource specifications for vminsert, vmselect, and vmstorage - Increased memory limits and requests for VMAgent from 500Mi to 1024Mi and from 200Mi to 768Mi, respectively - **Performance Improvements** - Enhanced resource allocation for monitoring services - More flexible configuration options for metrics storage <!-- end of auto-generated comment: release notes by coderabbit.ai -->
95 lines
2.1 KiB
YAML
95 lines
2.1 KiB
YAML
## @section Common parameters
|
|
|
|
## @param host The hostname used to access the grafana externally (defaults to 'grafana' subdomain for the tenant host).
|
|
host: ""
|
|
|
|
## @param metricsStorages [array] Configuration of metrics storage instances
|
|
##
|
|
## Example:
|
|
## metricsStorages:
|
|
## - name: shortterm
|
|
## retentionPeriod: "3d"
|
|
## deduplicationInterval: "15s"
|
|
## storage: 10Gi
|
|
## storageClassName: ""
|
|
## vminsert:
|
|
## resources:
|
|
## limits:
|
|
## memory: 1024Mi
|
|
## requests:
|
|
## cpu: 200m
|
|
## memory: 512Mi
|
|
## vmselect:
|
|
## resources:
|
|
## limits:
|
|
## memory: 2048Mi
|
|
## requests:
|
|
## cpu: 300m
|
|
## memory: 1Gi
|
|
## vmstorage:
|
|
## resources:
|
|
## limits:
|
|
## memory: 4096Mi
|
|
## requests:
|
|
## cpu: 500m
|
|
## memory: 2Gi
|
|
##
|
|
metricsStorages:
|
|
- name: shortterm
|
|
retentionPeriod: "3d"
|
|
deduplicationInterval: "15s"
|
|
storage: 10Gi
|
|
storageClassName: ""
|
|
vminsert:
|
|
resources: {}
|
|
vmselect:
|
|
resources: {}
|
|
vmstorage:
|
|
resources: {}
|
|
- name: longterm
|
|
retentionPeriod: "14d"
|
|
deduplicationInterval: "5m"
|
|
storage: 10Gi
|
|
storageClassName: ""
|
|
vminsert:
|
|
resources: {}
|
|
vmselect:
|
|
resources: {}
|
|
vmstorage:
|
|
resources: {}
|
|
|
|
|
|
## @param logsStorages [array] Configuration of logs storage instances
|
|
##
|
|
logsStorages:
|
|
- name: generic
|
|
retentionPeriod: "1"
|
|
storage: 10Gi
|
|
storageClassName: replicated
|
|
|
|
## Configuration for Alerta
|
|
## @param alerta.storage Persistent Volume size for alerta database
|
|
## @param alerta.storageClassName StorageClass used to store the data
|
|
##
|
|
alerta:
|
|
storage: 10Gi
|
|
storageClassName: ""
|
|
|
|
alerts:
|
|
## @param alerta.alerts.telegram.token telegram token for your bot
|
|
## @param alerta.alerts.telegram.chatID specify multiple ID's separated by comma. Get yours in https://t.me/chatid_echo_bot
|
|
## example:
|
|
## telegram:
|
|
## token: "7262461387:AAGtwq16iwuVtWtzoN6TUEMpF00fpC9Xz34"
|
|
## chatID: "-4520856007"
|
|
##
|
|
telegram:
|
|
token: ""
|
|
chatID: ""
|
|
|
|
## Configuration for Grafana
|
|
## @param grafana.db.size Persistent Volume size for grafana database
|
|
grafana:
|
|
db:
|
|
size: 10Gi
|