Description

Settings for an OpenTelemetry metrics view registration.

Usages

Configuration options

KeyKindTypeDescription
aggregationVALUEi.h.t.o.V.CustomMethodsAggregation for the metric view, configurable as an io.helidon.telemetry.otelconfig.AggregationType: DROP, DEFAULT, SUM, LAST_VALUE, EXPLICIT_BUCKET_HISTOGRAM, BASE2_EXPONENTIAL_BUCKET_HISTOGRAM
attribute-filterVALUEi.h.t.o.V.CustomMethodsAttribute name filter, configurable as a string compiled as a regular expression using java.util.regex.Pattern
cardinality-limitVALUEIntegerCardinality limit
descriptionVALUEStringMetric view description
instrument-selectorVALUEi.h.t.o.V.CustomMethodsInstrument selector, configurable using io.helidon.telemetry.otelconfig.InstrumentSelectorConfig
nameVALUEStringMetrics view name

See the manifest for all available types.