An open API service indexing awesome lists of open source software.

https://github.com/sergkondr/random_value

Example of telegraf plugin
https://github.com/sergkondr/random_value

telegraf telegraf-plugin

Last synced: about 1 year ago
JSON representation

Example of telegraf plugin

Awesome Lists containing this project

README

          

random_value
=====

Example plugin for [telegraf](https://github.com/influxdata/telegraf) that returns random value between min and max value.

### Telegraf config example
```toml
[[inputs.random_value]]
min = 0
max = 100
```

### Result in grafana
![screen](https://github.com/sergkondr/stuff/blob/master/telegraf_random_value.png)