telegraf
telegraf copied to clipboard
Agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.
- [x] Updated associated README.md. - [x] Wrote appropriate unit tests. - [x] Pull request title or commits are in [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/#summary) resolves #3124 replaces: #9775 This PR implements...
Signed-off-by: Conor Evans ### Required for all PRs: - [ ] Updated associated README.md. [I don't think this is necessary] - [ ] Wrote appropriate unit tests. [TODO] - [x]...
# Required for all PRs - [ ] Updated associated README.md. - [ ] Wrote appropriate unit tests. - [x] Pull request title or commits are in [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/#summary)...
### Use Case I would like to use https://github.com/influxdata/telegraf/blob/master/internal/internal.go#L52-L55 to get the telegraf version and set it in the userAgent , but if I execute the call in package level...
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...
### Required for all PRs: - [x] Updated associated README.md. - [x] Wrote appropriate unit tests. - [x] Pull request title or commits are in [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/#summary)
Bumps [github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs](https://github.com/aws/aws-sdk-go-v2) from 1.15.11 to 1.15.13. Commits 5b7b9fc Release 2022-07-05 69a608f Regenerated Clients 0d7445b Update endpoints model 3cb58cb Update API model 6e3856d aws/retry: fix typo in comment at Attempt.HandleFinalize (#1753)...
Bumps [github.com/aws/aws-sdk-go-v2/feature/ec2/imds](https://github.com/aws/aws-sdk-go-v2) from 1.12.6 to 1.12.11. Commits de69d46 Release 2022-08-08 d8c68cb Regenerated Clients 4d93d56 Update endpoints model 76877de Update API model 72cfbc9 Update CI to include Go1.19 (#1785) 2e91bf1 aws/signer/v4:...
Replacing: https://github.com/influxdata/telegraf/pull/6590 Resolves https://github.com/influxdata/telegraf/issues/1899 At the moment we are waiting for customer/community participation to help ensure this change meets their needs (configuration makes sense, etc.). Therefore we will need to...
## Feature Request The state of the zpool is available in /proc/spl/kstat/zfs//state. It would be great to read this state and send it over to InfluxDB. Example: ``` # cat...