https://github.com/jmcfarlane/network_exporter
An experiment :)
https://github.com/jmcfarlane/network_exporter
Last synced: about 1 year ago
JSON representation
An experiment :)
- Host: GitHub
- URL: https://github.com/jmcfarlane/network_exporter
- Owner: jmcfarlane
- Created: 2023-05-03T02:56:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T23:11:07.000Z (about 2 years ago)
- Last Synced: 2025-01-27T11:15:16.287Z (over 1 year ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# network_exporter
An experiment on solving the following:
1. Not wanting to use `CAP_NET_RAW` with containers
- Which [cannot](https://github.com/digineo/go-ping/issues/12) currently
work as [documented](https://github.com/czerwonk/ping_exporter/pull/51)
anyway :/
1. Refusal to run as root (see above)
1. Lack of metrics around DNS
## Credit
https://github.com/prometheus-community/pro-bing
## Inspired by
- https://github.com/czerwonk/ping_exporter
- https://github.com/digineo/go-ping