-
Notifications
You must be signed in to change notification settings - Fork 453
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
Use integration test to cover key OTLP scenarios #2401
Comments
Hey @cijothomas , I can take this one. Good opportunity to get into the code some more 🙌 |
Thanks! As mentioned offline, please start with adding Metrics (which is completely missing now), and then you can continue with the rest. |
Also, reqwest-blocking doesn't work as of now, and so is commented out from test. This could be for being called from within the async context. Added it to the description to make it complete. - opentelemetry-rust/scripts/integration_tests.sh Lines 12 to 13 in f513768
|
Yes, should be fixable with |
Perfect! I'll get stuck in tail end of this week. |
Re-opening as this is good to be kept as the parent issue tracking good coverage via integration tests. |
Pre-req to #2142
We should improve the existing integration tests to add coverage for OTLP under various combinations of ExportProcessor/PeriodicReader and the networking library (reqwest/hyper/tonic).
The test infra already exists, but it is missing few things
opentelemetry-rust/scripts/integration_tests.sh
Line 13 in f513768
The text was updated successfully, but these errors were encountered: