Skip to main content

Module resource

Module resource 

Source
Expand description

ResourceAttrs — workspace-shared resource attribute set held by the observer. Spec 20 § 2.1 / spec 94 § 2.7 / P1-E.

The observer owns one Arc<ArcSwap<ResourceAttrs>> so OTLP / Parquet / ClickHouse sinks can read the live snapshot at flush time. Phase-7 work moved this off the per-sink OtlpResourceAttrs so a config reload re-projects every sink without redeploying.

Structs§

ResourceAttrs
Resource attribute set carrying the OTel semantic-convention keys every sink projects onto its outbound batch (resource.attributes for OTLP, partition columns for Parquet, etc.).