Skip to content

Plugin for Telegraf for gathering statistics from Kubernetes

License

Notifications You must be signed in to change notification settings

pmastalerz/telegraf-kubernetes

Repository files navigation

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.

About

Plugin for Telegraf for gathering statistics from Kubernetes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages