-
## 监控运维
>监控是观察并检查系统及其组件随着时间的推移而产生的行为和输出。
>监控涉及的范围非常广泛:指标、日志、告警、待命、事故管理、事后析误、统计等。
-
### Component(s)
_No response_
### Describe the issue you're reporting
As a new contributor to the OTel collector, I have found the process and documentation around starting a new component to be u…
-
### Relevant telegraf.conf
```toml
...
[[outputs.file]]
## Files to write to, "stdout" is a specially handled file.
files = ["stdout"]
## Data format to output.
## Each data format …
-
I'm trying to write a output plugin to Azure Application Insights, which supports aggregated value natively in its datapoint.
The problem is for an aggregated metric, I won't know which aggregator em…
-
# Describe the bug
Cacti 1.2.25: ss_host_cpu.php CPU graphs not updating anymore
Script server CPU graphs aren't updated anymore.
## To Reproduce
Steps to reproduce the behavior:
- Insta…
-
## Feature Request
### Proposal:
This proposal suggests that Telegraf does not consume an AMQP queue if its local metric buffer is full. Telegraf does not appear to negative-acknowledge messages…
-
This is perhaps only necessary in telegraf 1.19 but I was getting this error:
```
2023-06-09T15:42:09Z E! [inputs.exec] Error in plugin: invalid character 'z' looking for beginning of value
2023-…
-
### Relevant telegraf.conf
```toml
# Telegraf configuration
[agent]
interval = "30s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 100000
collection_…
-
### Use Case
The `influxdb` line protocol parser expects that timestamps be provided using a nanosecond precision.
This works fine where the operator has control over the data being fed in (for …
-
### Relevant telegraf.conf
```toml
# Telegraf Configuration
#
# Telegraf is entirely plugin driven. All metrics are gathered from the
# declared inputs, and sent to the declared outputs.
#
# …