reimda

Results 8 issues of 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...

chore

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...

help wanted
area/cisco
size/l

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...

help wanted
area/couchbase
size/l

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

help wanted
area/opcua
size/l

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....

help wanted
size/m

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...

breaking change
fix

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...

chore

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...

bug
area/influxdb