-
### Relevant telegraf.conf
```toml
[[inputs.procstat]]
systemd_unit = "crond.service"
```
### Logs from Telegraf
```text
telegraf --test --debug --config /tmp/test.conf
2023-12-12T10:25:55Z…
-
### Relevant telegraf.conf
```toml
[[inputs.snmp]]
agents = ["udp://192.168.4.247:161"]
community = "..."
name = "reddoxx"
path = ["/nix/store/ij5vmdqgfnk0d47gw7cgvflnr6m5k9ps-mib-library/opt/…
-
### Use Case
I using win_perf_counter plugin in Telegraf and collect data from process with "UseRawValues = true".
```
[[inputs.win_perf_counters]]
UseWildcardsExpansion = true
[[inputs.win_p…
-
In open-telemetry metric processor, we can't use the regex groups in metrics in label value. This is possible with telegraf templates.
This will allow us to move the dynamic content out of the metric…
-
I would expect the filter on this page to show Windows Event Log when selected "Windows + Logging + Input", it does not.
https://docs.influxdata.com/telegraf/v1/plugins/#input-win_eventlog
https…
-
### Use Case
The current Clickhouse input plugin cannot be used against a Clickhouse Cloud Service as the plugin attempts to access the Zookeeper table which is not accessible to Clickhouse Cloud use…
-
### Relevant telegraf.conf
```toml
[[inputs.exec]]
data_format = "json"
commands = [
"systemctl start socat@1",
"sleep 2s"
]
timeout = "10s"
[[inputs.modbus]]
name = "modb…
Ogy updated
10 months ago
-
The description of the Clarify Output plugin contains a typo.
`Write data to Clairfy` => `Write data to Clarify`
https://github.com/influxdata/docs-v2/blob/fdd97071bab1b2abf7bff199e5726bce40075b…
-
https://github.com/LanguageAsGarbage/muridesu-lang
@thautwarm
希望一同确认:
1. 语法设计一致
2. 具备现有发现的功能(包括导入等)
3. 是否缺失功能
***1 和 3 的大前提都是完整了解 ulang 的功能***
欢迎其他同好一道评审。
-
it would be convenient to export springboot production metrics inside endpoint `/metrics` to influxdb via line protocol, in the properties file it could support the following variables:
```
influxdb…