Skip to content

Commit

Permalink
fix: alert formatting for AzureMonitoring provider (#2709)
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirFilonov authored Nov 30, 2024
1 parent afd6504 commit a3b9303
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def _format_alert(
# Construct the alert object
alert = AlertDto(
id=alert_id,
name=essentials.get("alertRule", ""),
name=essentials.get("alertRule") or "",
status=status,
lastReceived=str(event_time),
source=["azuremonitoring"],
Expand Down

0 comments on commit a3b9303

Please sign in to comment.