-
Having gotten this running with telegraf using the [[outputs.prometheus_client]] method to host a /metrics page, it looks like all of the metric names contain duplicated string:
```
# HELP _componen…
-
### Proposal:
Make [[inputs.win_perf_counters]] generate the same output as [[inputs.cpu]], [[inputs.memory]], etc
### Current behavior:
[[inputs.win_perf_counters]] generates (for example) "win_…
-
Hello,
i can't find anything about it, but it seems that there is a problem with the update interval of openweathermap.
the weather (now) is updated once per hour. when i run "telegraf --test" i g…
-
I would like to stream OTLP metrics to Influxdb in `metrics_schema: telegraf-prometheus-v2` format. Unfortunately the measurement name is hardcoded to "prometheus". https://github.com/influxdata/influ…
-
### Relevant telegraf.conf
```toml
[global_tags]
[agent]
debug = true
interval = 15
flush_interval = 30
[[inputs.snmp]]
agents = ["udp://192.168.0.203:161"]
timeout = "15s"
v…
-
### System info:
Linux
## Feature Request
Capsule8 has published 2 blog posts to detect meltdown/spectre poc through
- linux segmentation faults
https://capsule8.com/blog/detecting-meltdown…
-
https://docs.influxdata.com/telegraf/v1.13/plugins/plugin-list/#valuecounter
Telegraf 1.12, InfluxDB 1.7.7
The ValueCounter documentation describes a use case of counting HTTP status code values -…
-
## Feature Request
Basically `curl --unix-socket /run/something.sock http://magic/url/something`
### Proposal:
add unix-socket option to http input plugin.
### Current behavior:
No opti…
-
### Relevant telegraf.conf
```toml
[[inputs.postgresql_extensible]]
address = "dbname=telegraf host=10.131.124.172 password=my-very-secure-password-redacted port=5432 user=jujuadmin_telegraf"
#…
-
## Feature Request
Some metrics such as num_fds or read_bytes are not available or return 0 unless the whole agent is run as root. However running a service as root which may interact with many com…