## @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