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 811ccb0 commit 08c17d3Copy full SHA for 08c17d3
prometheus-ksonnet/lib/files/alertmanager_config.tmpl
@@ -18,8 +18,8 @@
18
{{ .ExternalURL }}/#/silences/new?filter=%7B
19
{{- range .CommonLabels.SortedPairs -}}
20
{{- if ne .Name "alertname" -}}
21
- {{- .Name }}%3D"{{- .Value -}}"%2C%20
+ {{- .Name }}%3D%22{{- .Value -}}%22%2C%20
22
{{- end -}}
23
24
- alertname%3D"{{ .CommonLabels.alertname }}"%7D
+ alertname%3D%22{{ .CommonLabels.alertname }}%22%7D
25
{{- end }}
0 commit comments