Skip to content

io.helidon.telemetry.otelconfig.ViewRegistrationConfig

Description

Settings for an OpenTelemetry metrics view registration

Configuration options

KeyTypeDescription
cardinality-limitIntegerCardinality limit
instrument-selectorCustomMethodsInstrument selector, configurable using io.helidon.telemetry.otelconfig.InstrumentSelectorConfig
attribute-filterCustomMethodsAttribute name filter, configurable as a string compiled as a regular expression using java.util.regex.Pattern
nameStringMetrics view name
descriptionStringMetric view description
aggregationCustomMethodsAggregation for the metric view, configurable as an io.helidon.telemetry.otelconfig.AggregationType: DROP, DEFAULT, SUM, LAST_VALUE, EXPLICIT_BUCKET_HISTOGRAM, BASE2_EXPONENTIAL_BUCKET_HISTOGRAM

See the manifest for all available types.