Grafana

  • By Canonical Observability
Channel Revision Published Runs on
latest/stable 106 10 Apr 2024
Ubuntu 20.04
latest/candidate 107 10 Apr 2024
Ubuntu 20.04
latest/beta 110 10 Apr 2024
Ubuntu 20.04
latest/edge 111 12 Apr 2024
Ubuntu 20.04
1.0/stable 93 12 Dec 2023
Ubuntu 20.04
1.0/candidate 93 22 Nov 2023
Ubuntu 20.04
1.0/beta 93 22 Nov 2023
Ubuntu 20.04
1.0/edge 93 22 Nov 2023
Ubuntu 20.04
juju deploy grafana-k8s
Show information

Platform:

  • admin_user | string

    Default: admin

    The Grafana administrative user

  • cpu | string

    K8s cpu resource limit, e.g. "1" or "500m". Default is unset (no limit). This value is used for the "limits" portion of the resource requirements (the "requests" portion is automatically deduced from it). See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

  • datasource_query_timeout | int

    Default: 300

    The default timeout for querying a Grafana datasource. Each datasource can also configure its own preferred timeout value through relation data. If the value configured through relation data is larger than datasource_query_timeout then that value is left unchanged. The value of this configuration option must be a positive integer representing the maximum number of seconds Grafana will wait for a datasource to respond to a query.

  • enable_auto_assign_org | boolean

    Default: True

    Set to true to automatically add new users to the main organization (id 1). When set to false, new users automatically cause a new organization to be created for that new user.

  • log_level | string

    Default: info

    Logging level for Grafana. Options are “debug”, “info”, “warn”, “error”, and “critical”.

  • memory | string

    K8s memory resource limit, e.g. "1Gi". Default is unset (no limit). This value is used for the "limits" portion of the resource requirements (the "requests" portion is automatically deduced from it). See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

  • web_external_url | string

    DEPRECATED. This config option is no longer used, in favor of "skipPrefix". The URL under which Grafana is externally reachable (for example, if Grafana is served via a reverse proxy). Used for generating relative and absolute links back to Grafana itself. If the URL has a path portion, it will be used to prefix all HTTP endpoints served by Grafana. If omitted, relevant URL components will be derived automatically. If provided, this should be a complete URI, including scheme, or a fully qualified subpath starting with `/`. If Grafana is being served directly from the root of a fully-qualified host or a bare A record, this may be omitted.