Categorygithub.com/jmcfarlane/network_exporter
repositorypackage
0.0.0-20240522230954-6786400d7ebe
Repository: https://github.com/jmcfarlane/network_exporter.git
Documentation: pkg.go.dev

# README

network_exporter

An experiment on solving the following:

  1. Not wanting to use CAP_NET_RAW with containers
  2. Refusal to run as root (see above)
  3. Lack of metrics around DNS

Credit

https://github.com/prometheus-community/pro-bing

Inspired by