operationName property

String? operationName

Each Span has an operation name, a human-readable string which concisely represents the work done by the Span (e.g., an RPC method name, a function name, or the name of a subtask or stage within a larger computation). The operation name should be the most general (i.e., least specific) string that identifies a (statistically) interesting class of Span instances; more specific sub-classes should be described using Tags.

Implementation

String? get operationName;