Skip to content
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

Instrumentation page #5523

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

DIANAAJAMBO
Copy link
Contributor

Moved an image from the libraries page to the instrumentation page.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this file to the folder content/en/docs/concepts/instrumentation

Comment on lines 25 to 26


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

undo this change

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing both lines takes it back to the original (looks better) so let me go with that. Thank you

@@ -5,6 +5,8 @@ aliases: [instrumenting]
weight: 15
---

![ Native Instrumentation vs instrumentation libraries](/img/libraries-instrumentation.svg)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update this with the right URL after you have moved the file to the right location

@@ -5,6 +5,8 @@ aliases: [instrumenting]
weight: 15
---

![ Native Instrumentation vs instrumentation libraries](/libraries-instrumentation.svg)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
![ Native Instrumentation vs instrumentation libraries](/libraries-instrumentation.svg)
![ Native Instrumentation vs instrumentation libraries](libraries-instrumentation.svg)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DIANAAJAMBO please take a look

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please trim out the excessive whitespace around the image content.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, consider renaming this file native-vs-libraries.svg.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I trimmed the excessive whitespace around the image content and renamed the file to native-vs-libraries.svg. Please let me know if you need any further adjustments.

@svrnm
Copy link
Member

svrnm commented Dec 11, 2024

@DIANAAJAMBO please take a look at this comment: #5523 (comment)

@DIANAAJAMBO
Copy link
Contributor Author

@DIANAAJAMBO please take a look at this comment: #5523 (comment)

Hello @svrnm , I made this change in my last commit, as seen here: https://github.com/open-telemetry/opentelemetry.io/pull/5523/files. However, the original image referenced was merged into the main repository, and I currently lack the necessary rights to update it.
Could you please review my last commit and confirm if everything looks good? If so, we can proceed with the merge.
Thank you.

@svrnm
Copy link
Member

svrnm commented Dec 11, 2024

@DIANAAJAMBO please take a look at this comment: #5523 (comment)

Hello @svrnm , I made this change in my last commit, as seen here: #5523 (files). However, the original image referenced was merged into the main repository, and I currently lack the necessary rights to update it. Could you please review my last commit and confirm if everything looks good? If so, we can proceed with the merge. Thank you.

You copied the file but you didn't move the file: https://github.com/DIANAAJAMBO/opentelemetry.io/blob/librariesPage/static/img/libraries-instrumentation.svg is still existing, so what you need to do is to remove that file and then commit that as a change, git(hub) will then detect that this is a move.

@DIANAAJAMBO
Copy link
Contributor Author

@DIANAAJAMBO please take a look at this comment: #5523 (comment)

Hello @svrnm , I made this change in my last commit, as seen here: #5523 (files). However, the original image referenced was merged into the main repository, and I currently lack the necessary rights to update it. Could you please review my last commit and confirm if everything looks good? If so, we can proceed with the merge. Thank you.

You copied the file but you didn't move the file: https://github.com/DIANAAJAMBO/opentelemetry.io/blob/librariesPage/static/img/libraries-instrumentation.svg is still existing, so what you need to do is to remove that file and then commit that as a change, git(hub) will then detect that this is a move.

Okay thank you. I will implement this today.

@DIANAAJAMBO
Copy link
Contributor Author

@DIANAAJAMBO please take a look at this comment: #5523 (comment)

Hello @svrnm , I made this change in my last commit, as seen here: #5523 (files). However, the original image referenced was merged into the main repository, and I currently lack the necessary rights to update it. Could you please review my last commit and confirm if everything looks good? If so, we can proceed with the merge. Thank you.

You copied the file but you didn't move the file: https://github.com/DIANAAJAMBO/opentelemetry.io/blob/librariesPage/static/img/libraries-instrumentation.svg is still existing, so what you need to do is to remove that file and then commit that as a change, git(hub) will then detect that this is a move.

Okay thank you. I will implement this today.

@svrnm All should be okay now. Help me review. Thanks

@svrnm svrnm requested a review from chalin December 13, 2024 09:04
Copy link
Member

@svrnm svrnm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, 2 more comments

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be content/en/docs/concepts/instrumentation/libraries.md ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make sure that this image also work in darmkode, e.g. remove the white background and choose a different color for the "vs" so it is visible on light and dark backgrounds

Copy link
Contributor

@chalin chalin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@svrnm & @DIANAAJAMBO - thinking about this more: how about putting this information in a table rather than an SVG? It would be easier to consult, visualize, and render (e.g., dark-mode would be handled automatically; no need to putts around with the SVG colors). WDYT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants