ResourceAttributes class
Common videosdk_otel attribute keys for resource information.
Keys should follow videosdk_otel's attribute semantic conventions: https://github.com/open-telemetry/videosdk_otel-specification/tree/main/specification/resource/semantic_conventions
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- deploymentEnvironment → const String
- Name of the deployment environment or tier.
- serviceInstanceId → const String
- The string ID of the service instance.
- serviceName → const String
- Logical name of the service.
- serviceNamespace → const String
-
A namespace for
service.name
. - serviceVersion → const String
- The version string of the service API or implementation.