thopewell

Results 4 comments of thopewell

I think I'm seeing a similar problem, if there is no primary node, the exporter panics - I would have thought it could still collect metrics from a secondary, enough...

@Jayclifford345 has any progress been made in the investigation into async on the query api for Influx3.0? Similar to this discussion/issue in the v2 python client: https://github.com/influxdata/influxdb-python/issues/452 I'm adding an...

In case anyone else stumbles on this, I got this working using: ``` envFromSecret: telegraf-token-secret outputs: - influxdb_v2: token: "${telegraf-token}" ``` where my k8 secret named "telegraf-token-secret" looks something like:...

@Elly-B my setup is a bit more complex because I'm using some other services to pull the tokens from a 3rd party secret store. However, the secret this results in...