Skip to content

Latest commit

 

History

History

README.md

Kube_proxy Integration

Overview

Get metrics from kube_proxy service in real time to:

  • Visualize and monitor kube_proxy states
  • Be notified about kube_proxy failovers and events.

Setup

Configuration

The integration relies on the --metrics-bind-address option of the kube-proxy, by default it's bound to 127.0.0.1:10249. Start the Agent on the host network if the kube-proxy is also on the host network (default) or start the kube-proxy with --metrics-bind-address=0.0.0.0:10249

Edit the kube_proxy.d/conf.yaml file to point to your server and port, set the masters to monitor

Note: If you edit the namespace & metrics name, or add any other metric they are considered as custom

Contribute to the integration if you want to add a relevant metric.

Validation

Run the Agent's status subcommand and look for kube_proxy under the Checks section.

Data Collected

Metrics

See metadata.csv for a list of metrics provided by this integration.

Events

Kube Proxy does not include any events.

Service Checks

The Kube Proxy integration does not include any service checks.

Troubleshooting

Need help? Contact Datadog support.