Metadata-Version: 2.1
Name: telegraf-kubernetes
Version: 0.1.5
Summary: Plugin for Telegraf for gathering statistics from Kubernetes
Home-page: https://github.com/pmastalerz/telegraf-kubernetes
Author: Pawel Mastalerz
Author-email: pawel@mastalerz.info
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.19)
Requires-Dist: influx-line-protocol (>=0.1.2)
Requires-Dist: mock; python_version < "3.3"

# telegraf-kubernetes
[![Build Status](https://travis-ci.com/pmastalerz/telegraf-kubernetes.svg?branch=master)](https://travis-ci.com/pmastalerz/telegraf-kubernetes/branches) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/pmastalerz/telegraf-kubernetes/blob/master/LICENSE)

Plugin for Telegraf for gathering statistics from Kubernetes

This script is in beta version, use with caution

## Installation
```bash
$ pip install telegraf-kubernetes
```

## Usage
```bash
$ 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](https://github.com/pmastalerz/telegraf-kubernetes/blob/master/LICENSE) file.


