Skip to content

Commit

Permalink
switch from alertuuid to uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Jan 22, 2025
1 parent a8ccd42 commit 23e268b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/WMCore/Services/AlertManager/AlertManagerAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def sendAlert(self, alertName, severity, summary, description, service, tag="wmc
labels["severity"] = severity
labels["tag"] = tag
labels["service"] = service
labels["alertuuid"] = makeUUID()
labels["uuid"] = makeUUID()
alert["labels"] = labels

# add annotations
Expand Down

0 comments on commit 23e268b

Please sign in to comment.