Open maitmandel opened 1 month ago
This issue has not had any activity in the past 30 days, so the needs-attention
label has been added to it.
If the opened issue is a bug, check to see if a newer release fixed your issue. If it is no longer relevant, please feel free to close this issue.
The needs-attention
label signals to maintainers that something has fallen through the cracks. No action is needed by you; your issue will be kept open and you do not have to respond to this comment. The label will be removed the next time this job runs if there is new activity.
Thank you for your contributions!
What's wrong?
Alloy running in docker does not see counters for all interfaces. It does see that the interfaces exist, but most counters are empty:
Notice how _node_networkinfo also lists devices like enx0 etc but _node_network_receive_bytestotal only has metrics from eth0 and lo
Steps to reproduce
Run Alloy in docker container, mounting the devices etc from host
System information
Ubuntu 24.04 LTS
Software version
Grafana Alloy v1.4.1
Configuration
compose.yaml:
config.alloy:
Logs
No response