Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
Signed-off-by: zhaonan <[email protected]>
  • Loading branch information
zhaonan committed Sep 4, 2023
1 parent 028d764 commit 545d686
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions internal/xds/bootstrap/bootstrap.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ stats_config:
stats_matcher:
inclusion_list:
patterns:
{{- range $a, $s := .StatsMatcher.Prefixs }}
- prefix: {{$s}}
{{- range $_, $item := .StatsMatcher.Prefixs }}
- prefix: {{$item}}
{{- end}}
{{- range $a, $s := .StatsMatcher.Suffixs }}
- suffix: {{$s}}
{{- range $_, $item := .StatsMatcher.Suffixs }}
- suffix: {{$item}}
{{- end}}
{{- range $a, $s := .StatsMatcher.RegularExpressions }}
{{- range $_, $item := .StatsMatcher.RegularExpressions }}
- safe_regex:
google_re2: {}
regex: {{js $s}}
regex: {{js $item}}
{{- end}}
{{- end }}
dynamic_resources:
Expand Down

0 comments on commit 545d686

Please sign in to comment.