mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-05 08:17:59 +00:00
Signed-off-by: Andrei Kvapil <kvapss@gmail.com> Signed-off-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com> Co-authored-by: Andrei Kvapil <kvapss@gmail.com> Co-authored-by: Nikita <166552198+nbykov0@users.noreply.github.com> Co-authored-by: Kingdon Barrett <kingdon+notify@tuesdaystudios.com> Co-authored-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
22 lines
513 B
YAML
22 lines
513 B
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
|
|
##
|
|
metricsStorages:
|
|
- name: shortterm
|
|
retentionPeriod: "3d"
|
|
deduplicationInterval: "5m"
|
|
storage: 10Gi
|
|
- name: longterm
|
|
retentionPeriod: "14d"
|
|
deduplicationInterval: "15s"
|
|
storage: 10Gi
|
|
|
|
## @param oncall.enabled Enable Grafana OnCall
|
|
##
|
|
oncall:
|
|
enabled: false
|