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
When a "write-only" user is used with the InfluxDB exporter and the create-database option is enabled, the issued CREATE DATABASE will fail due to the authorization. In this case the exporter assumes that there is a problem with the connection and does not attempt to write points to influx.
To solve this, we should simply ignore errors occuring during the CREATE DATABASE query.
The text was updated successfully, but these errors were encountered:
When a "write-only" user is used with the InfluxDB exporter and the
create-database
option is enabled, the issuedCREATE DATABASE
will fail due to the authorization. In this case the exporter assumes that there is a problem with the connection and does not attempt to write points to influx.To solve this, we should simply ignore errors occuring during the
CREATE DATABASE
query.The text was updated successfully, but these errors were encountered: