-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consistent namespace scope resolution #368
Comments
@lalitb @pyohannes : Can I please pick this issue. please assign this to me, I am working in @alolita team. |
@PaurushGarg - yes this would be really good to fix. It would also be good to follow the namespace guidelines from here:
Also in source files, we need to have consistent namespace alias names ( eg, |
This issue was marked as stale due to lack of activity. It will be closed in 7 days if no furthur activity occurs. |
Closed as inactive. Feel free to reopen if this is still an issue. |
As suggested in this comment, the scope resolution usage should be consistent across all files. A convention should be established to use either
opentelemetry::*
or simplified to*
. This should be done across all files and namespaces.cc @alolita
The text was updated successfully, but these errors were encountered: