We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a6312 commit c38092cCopy full SHA for c38092c
mixin-utils/utils.libsonnet
@@ -120,9 +120,9 @@ local g = import 'grafana-builder/grafana.libsonnet';
120
'{%s}' % std.join(', ', pairs),
121
122
// withRunbookURL - Add/Override the runbook_url annotations for all alerts inside a list of rule groups.
123
- // - groups: the list of rule groups containing alerts.
124
// - url_format: an URL format for the runbook, the alert name will be substituted in the URL.
125
- withRunbookURL(groups, url_format)::
+ // - groups: the list of rule groups containing alerts.
+ withRunbookURL(url_format, groups)::
126
[
127
group {
128
rules: [
0 commit comments