shantanoo-desai / komponist

A Composer for your favorite IoT/ IIoT container stacks with Ansible + Jinja2 + Docker Compose v2
GNU Affero General Public License v3.0
25 stars 2 forks source link

[grafana] Datasource for InfluxDBv1 does not display the database name #50

Closed shantanoo-desai closed 1 year ago

shantanoo-desai commented 1 year ago

Description

There seems to a problem when connecting to InfluxDBv1 via Save & Test button. For local test the database field in the form is empty.

Potential check for datasources.yml file and try adding deleteDatasources parameter

# # config file version
apiVersion: 1

# # list of datasources that should be deleted from the database
deleteDatasources:
shantanoo-desai commented 1 year ago

Depends on https://github.com/grafana/grafana/issues/66316

shantanoo-desai commented 1 year ago

Current Solution is to revert to a v9.3.x for Grafana

shantanoo-desai commented 1 year ago

Update

https://github.com/grafana/grafana/issues/64795#issuecomment-1497655016 states that next update of 9.4.x will solve this problem

shantanoo-desai commented 1 year ago

Updated

Grafana 9.5.1 solves this issue