https://github.com/starryinternet/telegraf-plugin-go-glue
https://github.com/starryinternet/telegraf-plugin-go-glue
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/starryinternet/telegraf-plugin-go-glue
- Owner: StarryInternet
- Created: 2019-06-20T14:57:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T13:53:24.000Z (almost 7 years ago)
- Last Synced: 2023-07-31T19:41:54.987Z (almost 3 years ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegraf Go Glue
This repo has Go glue that enables other languages to be added as plugins to
telegraf. It does this by exposing the functions that are normally exposed using
the Go plugin feature as C functions that can be statically linked to.
The Go code can be fetched using `go get`, but it is suggested you use a
submodule instead. You'll need a submodule in order to get the latest header
file that will be used to link to the code.