Category "telegraf-plugins"

Precision gets lost for big number in telegraf

Precision gets lost for big number. I am using tail input plugin to read file and data inside a file is in json format. Below is the configuration [inputs.tail]

In Telegraf how to include only specific values of a tag

I am using a prometheus plugin in Telegraf to get the data from promitor and push it to InfluxDB. However, as per my requirement there is one tag named as "reso

How to write simple telegraf input plugin

Hello I'm beginner to telegraf, Can anyone tell me how to write simple telegraf input plugin. ("Hello World")...