-
Notifications
You must be signed in to change notification settings - Fork 757
Add exporter/opentelemetry-exporter-otlp-proto-grpc to the pyright include list. Fix all lint errors in that package.
#4566
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
Conversation
…include list. Fix all lint errors in that package.
|
Not sure why that docs check is failing.. |
You are exporting more stuff and so something must be added to the sphinx ignore list |
|
Aha didn't know about the sphinx ignore list thanks. What do you think of adding |
...pentelemetry-exporter-otlp-proto-grpc/src/opentelemetry/exporter/otlp/proto/grpc/exporter.py
Outdated
Show resolved
Hide resolved
|
BTW I bumped pyright up to ==1.1.400 here to get rid of the warning message asking us to upgrade it... Didn't cause any issues AFAICT... |
emdneto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DylanRussell I think this is good to have. Is there anything pending here other than fixing conflicts?
|
Alright I think it's good to go now.. The changing public symbols are all in the exporter mixin class, which I think it's doubtful people are using directly.. |
aabmass
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️ this is great thank you!
Description
Add
exporter/opentelemetry-exporter-otlp-proto-grpcto the pyright include list. Fix all lint errors in that package.Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Unit tests all pass
Does This PR Require a Contrib Repo Change?
Checklist: