-
## Feature Request
namespace plugins so that you can easily control the flow of metrics through Telegraf without depending on a rather verbose namepass setup.
eg
```toml
# -------------- na…
-
### Relevant telegraf.conf
```toml
[global_tags]
[agent]
# The agent table configures Telegraf and the defaults used across all plugins.
# interval: Default data collection interval for all…
-
### Relevant telegraf.conf:
[[inputs.win_perf_counters]]
[inputs.win_perf_counters.tags]
bu = "eng"
[[inputs.win_perf_counters.object]]
ObjectName = "Network Interface"
Instances = ["*"]
Co…
-
### Relevant telegraf.conf:
[[inputs.win_perf_counters]]
[[inputs.win_perf_counters.object]]
ObjectName = "Connected Clients"
Instances = ["*"]
Counters = ["Messages Received"]
Measurement = "…
-
**Is your feature request related to a problem? Please describe.**
At the moment a Telegraf instance put the values from the Deye (over MQTT) to influxdb2.
**Describe the solution you'd like**
Wo…
-
## Feature Request
I'd like to see support for canceling plugins including non-service plugins using context.Context.
My motivating example came from the SNMP plugin where it can take a long tim…
-
Provide mechanism to send header information e.g. Authorization
-
### Relevant telegraf.conf
```toml
.....
[[inputs.opcua_listener]]
name = "Mapping"
endpoint = "opc.tcp://192.168.1.xx"
connect_timeout = "100s"
request_timeout = "50s"
subscription_…
-
### Please direct all support questsions to slack or the forums. Thank you.
I already asked over slack didn't get any response yet.
I have a configuration like this and I want to run a custom query …
-
### Relevant telegraf.conf
```toml
[agent]
interval = "5s"
metric_batch_size = 5000
metric_buffer_limit = 30000
collection_jitter = "0s"
flush_interval = "5s"
flush_jitter = "1s"
…