-
Notifications
You must be signed in to change notification settings - Fork 583
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
Add integration testing to the runtime instrumenation #2757
Comments
|
Blocked by open-telemetry/opentelemetry-go#3407 |
Unblocked. Use a manual-reader to collect expected metrics and the |
Can you assign this to me ? |
@dmathieu just wondering was open-telemetry/opentelemetry-go#3031 completely resolved for this issue? |
Yes, the issue you mention is completely resolved. However, the todo to add integration tests was removed in #5780. This PR does add an integration tests.
Which makes me think this issue got done in other PRs. |
@dmathieu I would love to contribute in another, if there are any "Good first issue" suitable for a novice like myself and which you can assign me to i would very much love to help. TIA |
The good first issue tag has a few issues for newcomers. |
Closing this, as I believe it has been done. |
Integration testing for the
runtime
instrumentation was removed in #2756When open-telemetry/opentelemetry-go#3031 is resolved, a new
runtime/test
package need to be created and integration testing for the instrumentation added to it.The text was updated successfully, but these errors were encountered: