Record
instrumentation-scope
Describes the instrumentation scope that produced telemetry.
record instrumentation-scope {
name: string,
version: option<string>,
schema-url: option<string>,
attributes: list<key-value>,
}Fields
| Name | Type | Description |
|---|---|---|
| name | string | Name of the instrumentation scope. |
| version | option<string> | The library version. |
| schema-url | option<string> | Schema URL used by this library. https://opentelemetry.io/docs/specs/otel/schemas/#schema-url |
| attributes | list<key-value> | Specifies the instrumentation scope attributes to associate with emitted telemetry. |