reimda
reimda
This PR is a proof of concept to demonstrate an idea. It's not ready to be merged. Before this PR, Telegraf's plugins are included in the build if they are...
Add a test for oid lookup using mibs provided by network device vendors such as Juniper and Cisco. The test would download mibs from a vendor, then configure telegraf's mib...
Couchbase provides two go client modules. couchbase/gocb is the current official module and couchbase/go-couchbase is an older unofficial module. The telegraf couchbase input uses couchbase/go-couchbase. We have recently had to...
One of the gopcua library maintainers pointed out that telegraf needs to handle auto-reconnect and that we should reconsider using registered reads. https://github.com/influxdata/telegraf/issues/9164#issuecomment-1039878729 The related upstream issue is https://github.com/gopcua/opcua/issues/557
The golang 1.16 release will include support for new metrics exported by the go runtime. Currently telegraf's internal plugin uses runtime.ReadMemStats(). The new package supersedes ReadMemStats and adds new metrics....
Remove the plugins listed in #9478. Since this breaks compatibility, it will not be merged until the next major release (2.0). Telegraf will also need to tell upgrading users of...
Don't merge this to master. This is for debugging #11734. When the sensors input gathers metrics, before scraping the output of the `sensors` command, save it to a file called...
When telegraf is configured to print debug level errors and the influxdb output is begin used, if there is a server error (or any HTTP 4xx response), telegraf prints two...