Skip to content

Get detailed, per-pod network metrics for export to prometheus.

License

Notifications You must be signed in to change notification settings

jubel-han/pod-netstat-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pod-netstat-exporter GoDoc Go Report Card Docker Repository on Quay

Get detailed, per-pod network metrics for export to prometheus. Right now it assumes that:

  • You are using kubernetes, and the local kubelet API is accessible
  • You are using docker

Limitations

For the most part, a k8s pod maps 1-to-1 to a linux network namespace. This however is not the case if the pod is using hostNetwork: true. In that case, the pod uses the default network namespace of the host, and there are no per-pod metrics to collect. Rather than report something misleading, pod-netstat-exporter just doesn't return any metrics for those pods.

About

Get detailed, per-pod network metrics for export to prometheus.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 97.1%
  • Dockerfile 2.9%