Record
resource
An immutable representation of the entity producing telemetry as attributes.
record resource {
attributes: list<key-value>,
schema-url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| attributes | list<key-value> | Attributes that identify the resource. |
| schema-url | option<string> | The schema URL to be recorded in the emitted resource. |