-
### Relevant telegraf.conf
```toml
# Get all Windows process performance counters
[[inputs.win_perf_counters]]
alias = "perf_counters_test"
UseWildcardsExpansion = true
interval = "30s"
…
-
### Relevant telegraf.conf
```toml
[[inputs.nvidia_smi]]
## Optional: path to nvidia-smi binary, defaults to $PATH via exec.LookPath
bin_path = "/usr/bin/nvidia-smi"
## Optional: timeou…
-
### Relevant telegraf.conf
```toml
[agent]
collection_jitter = "0s"
debug = false
flush_interval = "10s"
flush_jitter = "0s"
hostname = "$HOSTNAME"
interval = "10s"
logfile = ""
…
-
Question
The Telegraf monitoring agent has an output plugin which posts metrics to Kafka, utilising the Sarama project.
[https://github.com/influxdata/telegraf/tree/master/plugins/outputs/kafka](u…
-
### Relevant telegraf.conf
```toml
[[inputs.http_listener_v2]]
alias = "http_listener_v2"
## Address and port to host HTTP listener on
service_address = ":8080"
## Paths to listen to.…
-
### Use Case
The use case for addressing the limitation in Telegraf's Redis Input Plugin and Sentinel Input Plugin, where they do not support the use of a username for authentication, while Redis its…
-
### Relevant telegraf.conf
```toml
[[outputs.elasticsearch]]
## The full HTTP endpoint URL for your Elasticsearch instance
## Multiple urls can be specified as part of the same cluster,
#…
-
### Relevant telegraf.conf
```toml
# Save metrics to an IoTDB Database
[[outputs.iotdb]]
## Configuration of IoTDB server connection
host = "127.0.0.1"
port = "6667"
## Configuration o…
-
### Use Case
For metrics that are being sent to a Prometheus sink, metrics should be typed similar to how opentelemetry.go handles it [here](https://github.com/influxdata/telegraf/blob/ebb20bfa4cc3…
-
### Relevant telegraf.conf
```toml
[[inputs.execd]]
command = ["/Users/test/tick/count_float.sh"]
[[outputs.file]]
## Files to write to, "stdout" is a specially handled file.
files = [ "…