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
I'm trying to setup alertmanager to forward multiple apps errors to Sentry, therefore the webhook url needs to be dynamic, I'm exposing .Labels.sentry_io_app as Sentry <project_id>, see configs below.
However, Alertmanager webhook url parameter doesn't support using template syntax (see issue). Is there any other way to pass <project_id> to the gateway?
I'm trying to setup alertmanager to forward multiple apps errors to Sentry, therefore the webhook
url
needs to be dynamic, I'm exposing.Labels.sentry_io_app
as Sentry<project_id>
, see configs below.However, Alertmanager webhook
url
parameter doesn't support using template syntax (see issue). Is there any other way to pass<project_id>
to the gateway?Example config
The text was updated successfully, but these errors were encountered: