kube-network-monitor

command module
v0.1.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2024 License: BSD-3-Clause Imports: 2 Imported by: 0

README

kube-network-monitor

A Kubernetes DaemonSet that continuously pings any other node in the cluster and exposes the reachability and latency as Prometheus metrics.

Metrics

  • network_monitor_reachable: Gauge that is either 1 (at least some packets make it through) or 0
  • network_monitor_latency: Histogram of round trip times
  • network_monitor_packets_sent: Counter of sent packets
  • network_monitor_packets_received: Counter of received packets
  • network_monitor_packets_lost: Counter of lost packets

Labels

  • source: Node name of source
  • target: Node name of target

Query

histogram_quantile(0.5, sum(rate(network_monitor_latency_bucket[5m])) by (le, source, target))

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL