From 16232ccf2cdcea9b4b26fe68058c328ea74bfdf1 Mon Sep 17 00:00:00 2001 From: "Pierre Baillet (Oct)" <88319985+pierrebailletsonos@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:30:35 +0100 Subject: [PATCH] Update notifications.md - Fix external reference urls. --- docs/features/notifications.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/features/notifications.md b/docs/features/notifications.md index 5574ab566f..53a45eecc4 100644 --- a/docs/features/notifications.md +++ b/docs/features/notifications.md @@ -141,8 +141,8 @@ add blocks and attachments for Slack, subject for Email or URL path, and body fo In addition to custom notification template administrator and configure custom triggers. Custom trigger defines the condition when the notification should be sent. The definition includes name, condition and notification templates reference. The condition is a predicate expression that returns true if the notification should be sent. The trigger condition -evaluation is powered by [antonmedv/expr](https://github.com/antonmedv/expr). -The condition language syntax is described at [Language-Definition.md](https://github.com/antonmedv/expr/blob/master/docs/Language-Definition.md). +evaluation is powered by [expr-lang/expr](https://github.com/expr-lang/expr). +The condition language syntax is described at [Language-Definition.md](https://github.com/expr-lang/expr/blob/master/docs/language-definition.md). The trigger is configured in `argo-rollouts-notification-configmap` ConfigMap. For example the following trigger sends a notification when rollout pod spec uses `argoproj/rollouts-demo:purple` image: @@ -165,4 +165,4 @@ Each condition might use several templates. Typically each template is responsib The following prometheus metrics are emitted when notifications are enabled in argo-rollouts. - notification_send_success is a counter that measures how many times the notification is sent successfully. - notification_send_error is a counter that measures how many times the notification failed to send. -- notification_send is a histogram that measures performance of sending notification. \ No newline at end of file +- notification_send is a histogram that measures performance of sending notification.