forked from influxdata/telegraf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: migrate input plugins to new sample config format (M-Z) (influx…
- Loading branch information
Showing
307 changed files
with
1,433 additions
and
4,446 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//go:generate go run ../../../tools/generate_plugindata/main.go | ||
//go:generate go run ../../../tools/generate_plugindata/main.go --clean | ||
// DON'T EDIT; This file is used as a template by tools/generate_plugindata | ||
package mailchimp | ||
|
||
func (m *MailChimp) SampleConfig() string { | ||
return `{{ .SampleConfig }}` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//go:generate go run ../../../tools/generate_plugindata/main.go | ||
//go:generate go run ../../../tools/generate_plugindata/main.go --clean | ||
// DON'T EDIT; This file is used as a template by tools/generate_plugindata | ||
package marklogic | ||
|
||
func (c *Marklogic) SampleConfig() string { | ||
return `{{ .SampleConfig }}` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//go:generate go run ../../../tools/generate_plugindata/main.go | ||
//go:generate go run ../../../tools/generate_plugindata/main.go --clean | ||
// DON'T EDIT; This file is used as a template by tools/generate_plugindata | ||
package mcrouter | ||
|
||
func (m *Mcrouter) SampleConfig() string { | ||
return `{{ .SampleConfig }}` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
//go:build linux | ||
// +build linux | ||
|
||
//go:generate go run ../../../tools/generate_plugindata/main.go | ||
//go:generate go run ../../../tools/generate_plugindata/main.go --clean | ||
// DON'T EDIT; This file is used as a template by tools/generate_plugindata | ||
package mdstat | ||
|
||
func (k *MdstatConf) SampleConfig() string { | ||
return `{{ .SampleConfig }}` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//go:generate go run ../../../tools/generate_plugindata/main.go | ||
//go:generate go run ../../../tools/generate_plugindata/main.go --clean | ||
// DON'T EDIT; This file is used as a template by tools/generate_plugindata | ||
package mem | ||
|
||
func (ms *MemStats) SampleConfig() string { | ||
return `{{ .SampleConfig }}` | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//go:generate go run ../../../tools/generate_plugindata/main.go | ||
//go:generate go run ../../../tools/generate_plugindata/main.go --clean | ||
// DON'T EDIT; This file is used as a template by tools/generate_plugindata | ||
package memcached | ||
|
||
func (m *Memcached) SampleConfig() string { | ||
return `{{ .SampleConfig }}` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//go:generate go run ../../../tools/generate_plugindata/main.go | ||
//go:generate go run ../../../tools/generate_plugindata/main.go --clean | ||
// DON'T EDIT; This file is used as a template by tools/generate_plugindata | ||
package mesos | ||
|
||
func (m *Mesos) SampleConfig() string { | ||
return `{{ .SampleConfig }}` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//go:generate go run ../../../tools/generate_plugindata/main.go | ||
//go:generate go run ../../../tools/generate_plugindata/main.go --clean | ||
// DON'T EDIT; This file is used as a template by tools/generate_plugindata | ||
package minecraft | ||
|
||
func (s *Minecraft) SampleConfig() string { | ||
return `{{ .SampleConfig }}` | ||
} |
Oops, something went wrong.