Record

resource

An immutable representation of the entity producing telemetry as attributes.

record resource {
  attributes: list​<key-value>,
  schema-url: option​<string>,
}

Fields

NameTypeDescription
attributeslist​<key-value>Attributes that identify the resource.
schema-urloption​<string>The schema URL to be recorded in the emitted resource.