telegraf
telegraf copied to clipboard
Agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.
### Relevant telegraf.conf ```toml [[inputs.ntpq]] options = "-pn" ``` ### Logs from Telegraf ```text E! [inputs.ntpq] Error in plugin: parsing "when" (when) as duration failed: strconv.ParseInt: parsing "when": invalid syntax...
Bumps [go.opentelemetry.io/proto/otlp](https://github.com/open-telemetry/opentelemetry-proto-go) from 1.3.1 to 1.7.0. Release notes Sourced from go.opentelemetry.io/proto/otlp's releases. v1.7.0 Overview Generated Go code for the v1.7.0 version of the OTLP. OTLP Changelog Added profiles: introduce Dictionary...
## Summary Would resolve the need for multiple postgresql outputs that use the same database but different schemas. ## Checklist - [x] No AI generated code was used in this...
### Relevant telegraf.conf ```toml [agent] interval = '60s' collection_jitter = '5s' flush_interval = '60s' flush_jitter = '10s' precision = '1s' logfile = '/var/log/telegraf/error.log' metric_batch_size = 5000 metric_buffer_limit = 1000000 round_interval...
### Use Case Running `telegraf` with multiple `urls` for `outputs.influxdb_v2` for high availability. ### Expected behavior When one of the endpoints is unreachable (`syscall.ECONNREFUSED`), it should be handled with the...
Bumps [go.step.sm/crypto](https://github.com/smallstep/crypto) from 0.64.0 to 0.66.0. Release notes Sourced from go.step.sm/crypto's releases. Release v0.66.0 What's Changed Add new extension fields on certificate requests by @maraino in smallstep/crypto#767 Full Changelog: https://github.com/smallstep/crypto/compare/v0.65.0...v0.66.0...
## Summary SLURM dropped support for API v0.0.38 which was previously used in https://github.com/pcolladosoto/goslurm. I've forked the goslurm repo, implemented the SLURM API v0.0.41 there and adjusted the plugin code...
### Use Case To make it easier to aggregate data across fields, You might want to split multi field metrics into single field metrics. Both split and unpivot are suitable...
### Relevant telegraf.conf ```toml [agent] hostname = "localhost" flush_interval = "1s" [[inputs.mqtt_consumer]] servers = ["tcp://localhost:1883"] client_id = "telegraf-test-message-consumer" topics = ["test/message"] data_format = "xpath_protobuf" xpath_protobuf_file = "test.proto" xpath_protobuf_type = "TestMessage"...
### Use Case zigbee2mqtt publishes to topic `zigbee2mqtt/device-name` but requires that `device_name` does not contain `/`. I would like to have devices, e.g., `Home/LivingRoom/Radiator/Front` and have the device type, room,...