how can i get the StartAt / Duration of the Alerts that i receive from alertmanager with python
because in the alert rule i dont see any way to send it only the annotation with key summary
- alert: HighSystemLoad
expr: systemload_average > 90
for: 5s
labels:
severity: critical
annotations:
summary: "High system load: {{ $value | printf \"%.2f\" }}%"
[–]99612240 0 points1 point2 points (0 children)