I have configured an external alertmanager but the alerts are resolved after a default time as alertmanager requires an “endsAt” to be in the payload.
# ResolveTimeout is the default value used by alertmanager if the alert does
# not include EndsAt, after this time passes it can declare the alert as resolved if it has not been updated.
# This has no impact on alerts from Prometheus, as they always include EndsAt.
[ resolve_timeout: <duration> | default = 5m ]
How do I ensure endsAt is sent in the alerts?