Actions
action #125765
closedMake Telegraf errors visible in alert handling
Start date:
2022-12-06
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
In the context of #121582 the deployed InfluxDB input wouldn't seem to be picked up by Grafana but we also saw no issues with deployment or alerts to explain that it was broken.
Acceptance criteria¶
- AC1: The team is aware of errors in Telegraf inputs
Suggestions¶
- Run
sudo telegraf --test --config /etc/telegraf/telegraf.d/slo.conf
with the according config filename. By default only one config file will be used - Use logwarn (c.f. openqa logwarn)
- Use https://grafana.com/oss/loki/ (maybe overkill?)
Actions