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
Tags are now divided into three groups:
1. Globals which are language, profiler version, process ID, etc.
2. Unified service tags which are service, env, and version.
3. Locals, which are request-local tags where DD_TAGS are stored.
Unified service tag are also request-local but stored separately.
Globals are initialized lazily. This moves more tags into global.
The warning for an invalid tag now includes the key name. All our tag
keys are static, so there's not privacy concern to include it.
The `Vec<Tag>` now reserves exactly how much memory it needs. I don't
expect this to be a meaningful performance change, just doing it while
I'm here.
0 commit comments