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 0a1f766 commit d6ba8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extmetric/extmetric.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (f MetricCheckAction) Describe() action_kit_api.ActionDescription {
QuantityRestriction: extutil.Ptr(action_kit_api.ExactlyOne),
SelectionTemplates: extutil.Ptr([]action_kit_api.TargetSelectionTemplate{
{
Label: "by instance-name",
Label: "instance-name",
Description: extutil.Ptr("Find prometheus-instance by instance-name"),
Query: "prometheus.instance.name=\"\"",
},
Expand Down

0 comments on commit d6ba8a0

Please sign in to comment.