Home

envoy.config.metrics.v3.StatsMatcher

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
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()

Fields

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