You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This key can be UTC ("utc") or local timezone ("Europe/Madrid").
Changes to be implemented
Use ansible variable (defaultGrafanaDashboardsTimezone) to specify the Timezone to be used in dashboards, and transform current json dashboards into jinja templates to use that variable.
kube-prometheus-stack chart uses a value grafana.defaultDashboardsTimezone to configure timezone in all dashboards it deploys. Deploy kube-prometheus-stack setting this value using the ansible variable defaultGrafanaDashboardsTimezone
The text was updated successfully, but these errors were encountered:
Enhancement Description
Make timezone specified in dashboards configurable when deploying them.
In all dashboards in json format timezone is specified using
timezone
keyThis key can be UTC ("utc") or local timezone ("Europe/Madrid").
Changes to be implemented
Use ansible variable (
defaultGrafanaDashboardsTimezone
) to specify the Timezone to be used in dashboards, and transform current json dashboards into jinja templates to use that variable.kube-prometheus-stack chart uses a value
grafana.defaultDashboardsTimezone
to configure timezone in all dashboards it deploys. Deploy kube-prometheus-stack setting this value using the ansible variabledefaultGrafanaDashboardsTimezone
The text was updated successfully, but these errors were encountered: