Skip to content
/ telegraf Public
forked from influxdata/telegraf

The plugin-driven server agent for collecting & reporting metrics.

Notifications You must be signed in to change notification settings

jbau/telegraf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Read the plugin doc

Creating Your Own Telegraf Builds With The Wavefront Plugin

1. Get the plugin:

> go get github.com/wavefronthq/telegraf/plugins/outputs/wavefront

2. Include the plugin:

Add this line to the import section of your $TELEGRAF_HOME/plugins/outputs/all/all.go file:

_ "github.com/wavefronthq/telegraf/plugins/outputs/wavefront"

You should now be able to use the default Telegraf Makefile to create builds/packages. The Wavefront output plugin will be included in the Telegraf binary.

About

The plugin-driven server agent for collecting & reporting metrics.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%