Attribution class abstract
An attribution that can be associated with a span within
an AttributedSpan
.
To attribute a span with a name, consider using a NamedAttribution.
- Implementers
Constructors
Properties
Methods
-
canMergeWith(
Attribution other) → bool -
Returns
true
if this Attribution can be combined with theother
Attribution, replacing both smaller attributions with one larger attribution. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited