Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 906 Bytes

File metadata and controls

29 lines (22 loc) · 906 Bytes

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.