InstrumentationScope class

Represents the instrumentation scope information.

Properties

attributes Attributes?
The instrumentation scope attributes, or null if not specified.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The instrumentation scope name (e.g. 'io.opentelemetry.contrib.mongodb').
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaUrl String?
The Schema URL, or null if not specified.
final
version String?
The version of the instrumentation scope, or null if not specified.
final

Methods

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