tags property

Map<String, dynamic>? tags

Every Span may also have zero or more key:value Tags, which do not have timestamps and simply annotate the spans. As is the case with Logs, if certain known tag key:values are used for common application scenarios, tracers can choose to pay special attention to them.

Implementation

Map<String, dynamic>? get tags;