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
squash! fix(metrics): warnings when there are default_dimensions
* Property cast dimension value to str in all code that updates
dimension_set.
* No need to check if `isinstance(value, str)` before casting to str.
This is already optimized in CPython, which reuses the same instance
if value is already an str. This is unnecessary overengineering.
0 commit comments