telegraf-kubernetes

Plugin for Telegraf for gathering statistics from Kubernetes


Keywords
influxdb, kubernetes, monitoring, plugin, plugins, python, python3, telegraf
License
MIT
Install
pip install telegraf-kubernetes==0.1.6

Documentation

telegraf-kubernetes

Build Status License

Plugin for Telegraf for gathering statistics from Kubernetes

This script is in beta version, use with caution

Installation

$ pip install telegraf-kubernetes

Usage

$ telegraf-kubernetes --stats-url http://10.0.0.222:10255/stats/summary

Optional parameters

  • --timeout (int)

Example telegraf configuration

[[inputs.exec]]
  commands = ["telegraf-kubernetes --stats-url http://10.0.7.222:10255/stats/summary"]
  data_format = "influx"

License

See LICENSE file.