local types = import 'types.libsonnet'; types.envoy.config.metrics.v3.StatsMatcher .withExclusionList(types.envoy.type.matcher.v3.ListStringMatcher) .withInclusionList(types.envoy.type.matcher.v3.ListStringMatcher) .withRejectAll(false) ._validate()
Name | Type | One-of group | Required | Constraints |
---|---|---|---|---|
exclusion_list | envoy.type.matcher.v3.ListStringMatcher | stats_matcher |
|
|
inclusion_list | envoy.type.matcher.v3.ListStringMatcher | stats_matcher |
|
|
reject_all | bool | stats_matcher |
|