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