What Is a Resource Attribute?
A resource attribute identifies the source of telemetry rather than any single operation, capturing facts like the service name, deployment version, region, or host. It is set once and applied to every span, metric, and log the source emits. This consistent labeling lets observability tools group and filter signals by their origin.
Why it matters
To compare versions or isolate one host, every signal must say where it came from. Resource attributes provide that stable identity across all three telemetry types.
Related guides
What Is a Span Attribute?A span attribute is a key-value pair attached to one span in a trace, recording details about that operation…
What Is an Instrumentation Library?An instrumentation library is code that generates telemetry for a specific framework or client, emitting span…
What Is a Collector Pipeline?A collector pipeline is the chain of receivers, processors, and exporters that telemetry flows through inside…