Grafana

Channel Revision Published Runs on
latest/stable 1 08 Apr 2021
Ubuntu 20.04
juju deploy charmcraft-grafana
Show information

Platform:

Ubuntu
20.04

Learn about configurations >

  • advertised_port | int

    Default: 3000

    The port grafana will be listening on

  • basic_auth_password | string

    Default: admin

    Basic authorization password for Grafana

  • basic_auth_username | string

    Default: admin

    Basic authorization username for Grafana

  • config_ini_mount_path | string

    Default: /etc/grafana

    The Grafana-defined location of the config.ini file.

  • datasource_mount_path | string

    Default: /etc/grafana/provisioning/datasources

    The Grafana-defined location of the datasource provisioning config file.

  • grafana_image_password | string

    The password associated with grafana_image_username for accessing the registry specified in grafana_image_path.

  • grafana_image_path | string

    Default: grafana/grafana:latest

    The location of the image to use, e.g. "registry.example.com/grafana:v1". This setting is required.

  • grafana_image_username | string

    The username for accessing the registry specified in grafana_image_path.

  • grafana_log_level | string

    Default: info

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

  • grafana_log_mode | string

    Default: file

    The mode of Grafana logs. Possible values are 'console', 'file', and 'syslog'.

  • provisioning_path | string

    Default: /etc/grafana/provisioning

    The location of all the provisioning files used by Grafana.