Wasm Directoryalpha
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

NameTypeDescription
namestringName of the instrumentation scope.
versionoption​<string>The library version.
schema-urloption​<string>Schema URL used by this library. https://opentelemetry.io/docs/specs/otel/schemas/#schema-url
attributeslist​<key-value>Specifies the instrumentation scope attributes to associate with emitted telemetry.