-
Dear all, Sun |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I have been experiencing the same issue. In the documentation, host_metrics#network.devices.includes defaults to I have disk, CPU, memory, etc. all exporting just fine to Prometheus right now
|
Beta Was this translation helpful? Give feedback.
-
I might be looking at this wrong but https://github.com/vectordotdev/heim/blob/master/heim-net/src/sys/windows/counters.rs is filled with |
Beta Was this translation helpful? Give feedback.
Hi @evanjs, you are on the right track. The Windows support by the
host_metrics
source is limited for example TCP metrics are Unix only. I would expect some metrics to be available though e.g.network_receive_bytes_total
. You are more than welcome to give it a go if you have a Windows setup and let us know.