tags property

  1. @override
Map<String, dynamic>? tags
override

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

@override
Map<String, dynamic>? get tags => null;