attributes property

Map<String, Object?> attributes
final

Additional static attributes supplied by the caller.

Values may be any OpenTelemetry-encodable scalar (String, bool, int, double); providers decide how to encode them.

Implementation

final Map<String, Object?> attributes;