Home

envoy.config.metrics.v3.StatsConfig

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.StatsConfig
.withHistogramBucketSettings([ types.envoy.config.metrics.v3.HistogramBucketSettings ])
.withStatsMatcher(types.envoy.config.metrics.v3.StatsMatcher)
.withStatsTags([ types.envoy.config.metrics.v3.TagSpecifier ])
.withUseAllDefaultTags(false)
._validate()

Fields

Name Type One-of group Required Constraints
histogram_bucket_settings [] envoy.config.metrics.v3.HistogramBucketSettings  
stats_matcher envoy.config.metrics.v3.StatsMatcher  
stats_tags [] envoy.config.metrics.v3.TagSpecifier  
use_all_default_tags google.protobuf.BoolValue