-
【插件新增建议】新增consul监控
# 诉求背景
1、consul作为配置注册及服务发现常用软件,多用于高可用及K8S系列场景。
# 实现难度
telegraf已实现consul监控(https://github.com/influxdata/telegraf/tree/master/plugins/inputs/consul),在开发过程中可参考。
-
### Relevant telegraf.conf
```toml
[[outputs.sumologic]]
url = "https://endpoint1.collection.us2.sumologic.com/receiver/v1/http/[...snip...]"
data_format = "prometheus"
```
### Logs from Te…
-
Hi All,
I have a req to post application metris to AWS Cloudwatch. We have restriction to use hard coded AWS credentials, hence would like to explore the application to use **roleArn**. But I am ge…
-
- [X] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
- [X] I have searched the existing issues, open and closed, and I'm convinced that mi…
-
### Relevant telegraf.conf
```toml
[global_tags]
[agent]
interval = "10s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
collection_jitter = "0s"
flus…
-
**What happened**: Updated Grafana and now alerts have the text `$tag_topic` instead of the topic name. The Grafana UI correctly displays the topic name when `$tag_topic` is used in *ALIAS BY*
**Wh…
-
**What happened**:
When using the following query for a logs panel, only the message field is visible.
```
from(bucket: v.defaultBucket)
|> range(start: v.timeRangeStart, stop:v.timeRangeS…
-
Whenever I use the IPMITool plugin, it fails with:
```
ERROR in input [ipmi_sensor]: run ipmitool ipmitool -H 10.31.255.246 -U root -P superuser -I lan sdr: (exec: "ipmitool": executable file not fo…
-
### Relevant telegraf.conf
```toml
[agent]
interval = "10s"
round_interval = true
metric_batch_size = 200
metric_buffer_limit = 200000
collection_jitter = "1s"
flush_interval = "20s…
-
**Is your feature request related to a problem? Please describe.**
Found while migrating from telegraf based collection to otelcol, several process metrics are missing in the otelcol hostmetrics proc…