Minor Changes
- 1a50fff: Breaking change: renamed several telemetry metric and span attribute names, replacing their non-ASCII
µs/μsmicrosecond suffix with the plain-ASCIIus. Some metrics backends (e.g. Mimir/Prometheus) reject metric names containing non-ASCII characters, which previously caused ingestion of the affected metrics to fail. Any dashboards, alerts, or queries referencing the old attribute names (e.g.shape_db.pool.checkout.queue_time_μs) need to be updated to the new ASCII names (e.g.shape_db.pool.checkout.queue_time_us).