Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data. For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.
[xpdata/entity] Rename methods to use updated entity terminology
Rename Entity API methods to align with OpenTelemetry specification terminology for attributes in entity context:
- IDAttributes() → IdentifyingAttributes()
- DescriptionAttributes() → DescriptiveAttributes()
This change applies the "Identifying" and "Descriptive" terms specifically to Attributes (not Entity or Entity Keys), as clarified in https://github.com/open-telemetry/opentelemetry-specification/issues/4700