io.helidon.telemetry.otelconfig.TypedAttributes
Description
Abstraction of typed attributes settable on OpenTelemetry elements
Configuration options
| Key | Type | Description |
|---|---|---|
longs | Map<String, Long> | Long attributes |
strings | Map<String, String> | String attributes |
doubles | Map<String, Double> | Double attributes |
booleans | Map<String, Boolean> | Boolean attributes |
See the manifest for all available types.