Skip to content

Commit

Permalink
fix(chalice): changed alert's notification
Browse files Browse the repository at this point in the history
  • Loading branch information
tahayk committed Nov 28, 2023
1 parent 2e92314 commit 11b1d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/api/chalicelib/core/alerts_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def generate_notification(alert, result):
"alertId": alert["alertId"],
"tenantId": alert["tenantId"],
"title": alert["name"],
"description": f"has been triggered, {alert['seriesName']} = {left} ({alert['query']['operator']} {right}).",
"description": f"{alert['seriesName']} = {left} ({alert['query']['operator']} {right}).",
"buttonText": "Check metrics for more details",
"buttonUrl": f"/{alert['projectId']}/metrics",
"imageUrl": None,
Expand Down

0 comments on commit 11b1d31

Please sign in to comment.