You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by alex-souslik-hs January 6, 2025
Alertmanager sends POST HTTP requests with a specific JSON format as webhooks. This is incompatible with Sentry's monitor upsert API. Supporting those webhooks can allow using Sentry to monitor Alertmanager based pipelines via heartbeats, similarly to other Cron Monitor solutions.
The text was updated successfully, but these errors were encountered:
lforst
transferred this issue from getsentry/sentry-javascript
Jan 10, 2025
I don't think we're going to support an alternative API format any time in the near future. What would probably work here for users who want to use Alertmanager webhooks is to have some light-weight proxy service to translate the webhooks into the cron check-in format.
Discussed in getsentry/sentry-javascript#14909
Originally posted by alex-souslik-hs January 6, 2025
Alertmanager sends POST HTTP requests with a specific JSON format as webhooks. This is incompatible with Sentry's monitor upsert API. Supporting those webhooks can allow using Sentry to monitor Alertmanager based pipelines via heartbeats, similarly to other Cron Monitor solutions.
The text was updated successfully, but these errors were encountered: