Skip to content

Commit

Permalink
remove 'send notification tags as' field
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Eng committed Sep 16, 2024
1 parent 2d210fb commit a8bb76e
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1366,26 +1366,6 @@ func GetAvailableNotifiers() []*NotifierPlugin {
Description: "Automatically close alerts in LogzioOpsGenie once the alert goes back to ok.",
PropertyName: "autoClose",
},
{
Label: "Send notification tags as",
Element: ElementTypeSelect,
SelectOptions: []SelectOption{
{
Value: alertingOpsgenie.SendTags,
Label: "Tags",
},
{
Value: alertingOpsgenie.SendDetails,
Label: "Extra Properties",
},
{
Value: alertingOpsgenie.SendBoth,
Label: "Tags & Extra Properties",
},
},
Description: "Send the common annotations to LogzioOpsgenie as either Extra Properties, Tags or both",
PropertyName: "sendTagsAs",
},
},
},
{
Expand Down

0 comments on commit a8bb76e

Please sign in to comment.