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
I submitted PR #152 with some doc fixes for the variable names for the InfluxDB v2 configuration. I'm setting the .env with an INFLUXDBV2TOKEN environment variable for the token for this client and have the following in my docker-compose for the ultrafeeder service:
I believe the configuration is correct, but I don't see any data in Influxdb's data explorer. I do see this from the ultrafeeder container, however:
/opt/adsb$ docker logs ultrafeeder| grep telegraf
s6-rc: info: service telegraf: starting
s6-rc: info: service telegraf successfully started
[2024-08-05 19:25:04.101][telegraf] WARNING: InfluxDB/Prometheus parameters are set but Telegraf not included in this container
Did I do something wrong? If so, what? :-) The image I'm pulling is
NOTE - READ CAREFULLY: As of 27 April 2023, the latest image no longer contains Telegraf. If you want to send metrics to InfluxDB or Prometheus, please use this image:
And the error message improved to point out to use the tag :telegraf ? (as well as don't say it was started but then give a warning that telegraf doesn't exist)
Hi there,
I submitted PR #152 with some doc fixes for the variable names for the InfluxDB v2 configuration. I'm setting the .env with an INFLUXDBV2TOKEN environment variable for the token for this client and have the following in my docker-compose for the ultrafeeder service:
I believe the configuration is correct, but I don't see any data in Influxdb's data explorer. I do see this from the ultrafeeder container, however:
Did I do something wrong? If so, what? :-) The image I'm pulling is
per the guidance in the doc.
Thanks,
Christian
The text was updated successfully, but these errors were encountered: