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'm trying to pipe through collectd metrics to prometheus, but I am not receiving any metrics other than the internal metrics for the collectd exporter. collectd seems to be talking to the exporter properly, as the collectd_last_push_timestamp_seconds metric is getting updated regularly according to the set interval. The RRD files on my device running collectd are being regularly updated as well, and using rrdtool I have confirmed that collectd is updating its metrics locally. I have used tcpdump and the machine running the collectd_exporter is receiving traffic from the machine gathering metrics.
I've tried both the "network" and "write_http" plugins for collectd. Possibly related, I only see the collectd_last_push_timestamp_seconds metric updated with the "write_http" plugin, but otherwise still get no collectd metrics with either one.
Do you have any pointers to how I can further debug why the collectd metrics are not showing up on the prometheus end? Or any insights to what may be wrong with my configuration?
Thanks for the help!
The text was updated successfully, but these errors were encountered:
The issue may be due to both machines not in time sync. The machine where collectd is running and the target machine where the data is collected should be time synchronized. The collectd_exporter may not read data when there is difference in time.
Hi folks,
I'm trying to pipe through
collectd
metrics to prometheus, but I am not receiving any metrics other than the internal metrics for the collectd exporter.collectd
seems to be talking to the exporter properly, as thecollectd_last_push_timestamp_seconds
metric is getting updated regularly according to the set interval. The RRD files on my device runningcollectd
are being regularly updated as well, and usingrrdtool
I have confirmed thatcollectd
is updating its metrics locally. I have usedtcpdump
and the machine running thecollectd_exporter
is receiving traffic from the machine gathering metrics.I've tried both the "network" and "write_http" plugins for
collectd
. Possibly related, I only see thecollectd_last_push_timestamp_seconds
metric updated with the "write_http" plugin, but otherwise still get nocollectd
metrics with either one.Do you have any pointers to how I can further debug why the
collectd
metrics are not showing up on the prometheus end? Or any insights to what may be wrong with my configuration?Thanks for the help!
The text was updated successfully, but these errors were encountered: