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
Consul input plugin with InfluxDB output doesn't report all data in case of collecting data from service with more than one check configured. Status from only one (randomly choosed per probe/timestamp) check is written to influxdb database.
Also, if any service is in maintenance mode (which is in fact temporarily configured 'critical' check on this service), this information is not always written to influxdb.
System info:
[Include Telegraf version, operating system name, and other relevant details]
Telegraf - version 1.0.0
InfluxDB - version 0.13.0
Consul - version 0.6.4
OS: Ubuntu 14.04.5 LTS
Steps to reproduce:
Configure telegraf with Consul input and InfluxDB output plugin.
Monitor consul service with more than one check defined.
Expected behavior:
Write consul service's all checks status in InfluxDB.
Actual behavior:
Write status of only one check per service per probe/timestamp in InfluxDB.
The text was updated successfully, but these errors were encountered:
Bug report
Consul input plugin with InfluxDB output doesn't report all data in case of collecting data from service with more than one check configured. Status from only one (randomly choosed per probe/timestamp) check is written to influxdb database.
Also, if any service is in maintenance mode (which is in fact temporarily configured 'critical' check on this service), this information is not always written to influxdb.
System info:
[Include Telegraf version, operating system name, and other relevant details]
Telegraf - version 1.0.0
InfluxDB - version 0.13.0
Consul - version 0.6.4
OS: Ubuntu 14.04.5 LTS
Steps to reproduce:
Expected behavior:
Write consul service's all checks status in InfluxDB.
Actual behavior:
Write status of only one check per service per probe/timestamp in InfluxDB.
The text was updated successfully, but these errors were encountered: