Skip to content

io.helidon.telemetry.otelconfig.TypedAttributes

Description

Abstraction of typed attributes settable on OpenTelemetry elements

Configuration options

KeyTypeDescription
longsMap<String, Long>Long attributes
stringsMap<String, String>String attributes
doublesMap<String, Double>Double attributes
booleansMap<String, Boolean>Boolean attributes

See the manifest for all available types.