HelidonHelidon4.5.0

io.helidon.telemetry.otelconfig.ViewRegistrationConfig

Description

Settings for an OpenTelemetry metrics view registration

Configuration options

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

Usages


See the manifest for all available types.

Copyright © 2018, 2026 Oracle and/or its affiliates.