-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 a visualization to "Library Instrumentation" page #5355
Comments
@svrnm Can this issue be assigned to me? I did work on something and would love to submit it. |
sure, please go ahead and provide a PR for it |
We need 2 separate PRs otherwise I can not accept the work on one PR without also merging the work of the other PR. What you need to do for that is the following:
|
Closing as completed by #5480 |
It would be great to have a visualization for the Libraries concept page, that talks about natively instrumenting your application (vs instrumentation libraries). The visualization should demonstrate the difference between the two, i.e. while the instrumentation library is something that needs to be added to an application using the instrumented library as an additional dependency, a natively instrumented application encapsulates the opentelemetry api.
Visually it should be aligned existing visualizations, e.g.
opentelemetry.io/img/otel-diagram.svg
opentelemetry.io/docs/collector/img/otel-collector.svg
Special Note for Outreachy Contributors: if you want to work on this issue, please make sure that you have completed the small steps and at least one assigned issue as outlined here: #5290
The text was updated successfully, but these errors were encountered: