You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
1a50fff: Breaking change: renamed several telemetry metric and span attribute names, replacing their non-ASCII µs/μs microsecond suffix with the plain-ASCII us. 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).