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
to_const_name jinja helper generates the same constant name for foo.bar and foo_bar.
Tooling will provide a better helper, the workaround for now is to use custom macro
See open-telemetry/semantic-conventions#1031 for the details
TL;DR:
to_const_name
jinja helper generates the same constant name forfoo.bar
andfoo_bar
.Tooling will provide a better helper, the workaround for now is to use custom macro
e.g.
So that no collision would happen.
We're still collecting input on how a good format would look like
The text was updated successfully, but these errors were encountered: