Skip to content

Commit

Permalink
chore: change selection template labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Dec 23, 2024
1 parent 917fc74 commit cb161a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extmonitor/monitor_downtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (m *MonitorDowntimeAction) Describe() action_kit_api.ActionDescription {
QuantityRestriction: extutil.Ptr(action_kit_api.All),
SelectionTemplates: extutil.Ptr([]action_kit_api.TargetSelectionTemplate{
{
Label: "by monitor name",
Label: "monitor name",
Query: "datadog.monitor.name=\"\"",
},
}),
Expand Down
2 changes: 1 addition & 1 deletion extmonitor/monitor_status_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (m *MonitorStatusCheckAction) Describe() action_kit_api.ActionDescription {
QuantityRestriction: extutil.Ptr(action_kit_api.All),
SelectionTemplates: extutil.Ptr([]action_kit_api.TargetSelectionTemplate{
{
Label: "by monitor name",
Label: "monitor name",
Query: "datadog.monitor.name=\"\"",
},
}),
Expand Down

0 comments on commit cb161a9

Please sign in to comment.