-
### Relevant telegraf.conf
```toml
[[inputs.internal]]
[inputs.internal.tags]
user = "user"
workspace = "workspace"
[[outputs.bigquery]]
alias = "monitoring"
credentials_file = "/…
-
-
## Feature Request
A way to monitor Disks by ID
### Proposal:
Allow tracking drives on systems that do not always assign the same block device names to disks by using /dev/disk/by-id or /dev/…
-
### Use Case
The CSV Serializer https://github.com/influxdata/telegraf/tree/master/plugins/serializers/csv does not have an option to export annotated CSV, which makes it incompatible with the influx…
-
### Relevant telegraf.conf
The [`Xpath`](https://github.com/influxdata/telegraf/blob/master/plugins/parsers/xpath/README.md) parser plugin has a very convenient option, `fields_bytes_as_hex` with w…
-
Hello,
First of all I want to thank you for creating such dashboard and config files.
I am using influx V2, Grafana 9.2 and telegraf 1.26
I have set the conf file and tested it and got resul…
-
### Relevent telegraf.conf
```toml
[agent]
interval = "10s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
collection_jitter = "0s"
flush_interval = "10s…
-
### Use Case
Similiar to https://github.com/influxdata/telegraf/pull/12994
If metrics are sent out of order after they're buffered they're rejected and can cause the agent problems. Let me know if…
-
### Relevant telegraf.conf
```toml
[global_tags]
[agent]
interval = "${MY_TELEGRAF_INTERVAL}"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
collection_…
-
### Relevant telegraf.conf
```toml
[[secretstores.os]]
id = "generic"
collection = "collection"
keyring = "keyring"
```
### Logs from Telegraf
```text
enter secret:
2023/03/31 16:16:44 I…