Grafana Module ============== This module will automatically deploy and provision Grafana for you. If your application has an influxdb module, the grafana instance will automatically be provisioned with a datasource named ``metrics`` pointing to your influxdb module. By default, the Grafana instance will be available on port 3000 and login credentials will be ``admin:admin``. application.yaml ---------------- Recommended basic configuration example: .. code-block:: YAML grafana: Full configuration example: .. code-block:: YAML grafana: storage: ./grafana :storage: What subfolder in the storage directory should be used for this module. Default: ``./``