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 details for frontend #97

Merged
merged 7 commits into from
Jun 8, 2022
Merged

instrumentation details for frontend #97

merged 7 commits into from
Jun 8, 2022

Conversation

puckpuck
Copy link
Contributor

@puckpuck puckpuck commented Jun 3, 2022

Changes

Adds a descriptive readme to frontend service with the following details:

  • auto instrumentation for incoming with gorilla/mux
  • auto instrumentation for outgoing with grpc
  • application-specific span attributes added to auto-instrumented spans

For significant contributions please make sure you have completed the following items:

  • Design discussion issue #

The structured flow details how to wire up Otel, how to add auto-instrumentation, how to add manual things in that order. Happy to change the order around, but when I think about easiest to hardest, that's how I see things.

I foresee when we add other instrumentation types (logs and metrics) we will likely need a table of contents to detail how different instrumentation types are accomplished.

@puckpuck puckpuck requested a review from a team June 3, 2022 03:41
src/frontend/README.md Outdated Show resolved Hide resolved
src/frontend/README.md Outdated Show resolved Hide resolved
src/frontend/README.md Outdated Show resolved Hide resolved
src/frontend/README.md Outdated Show resolved Hide resolved
src/frontend/README.md Outdated Show resolved Hide resolved
cartersocha and others added 2 commits June 3, 2022 11:04
Co-authored-by: Reiley Yang <reyang@microsoft.com>
Co-authored-by: Reiley Yang <reyang@microsoft.com>
src/frontend/README.md Outdated Show resolved Hide resolved
src/frontend/README.md Outdated Show resolved Hide resolved
src/frontend/README.md Outdated Show resolved Hide resolved
src/frontend/main.go Outdated Show resolved Hide resolved
Copy link
Contributor

@mic-max mic-max left a comment

Choose a reason for hiding this comment

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

Looks great, thanks!
Added some suggestions but mostly all just nits 👍

src/frontend/README.md Outdated Show resolved Hide resolved
src/frontend/README.md Outdated Show resolved Hide resolved
@austinlparker
Copy link
Member

Could we get the last few comments resolved here?

@cartersocha cartersocha merged commit 188e439 into open-telemetry:main Jun 8, 2022
GaryPWhite pushed a commit to wayfair-contribs/opentelemetry-demo that referenced this pull request Jun 30, 2022
* instrumentation details for frontend

* markdown lint

* markdown lint

* re-organized readme structure

* Update src/frontend/README.md

Co-authored-by: Reiley Yang <reyang@microsoft.com>

* Update src/frontend/README.md

Co-authored-by: Reiley Yang <reyang@microsoft.com>

* small grammar, spelling fixes

Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
Co-authored-by: Reiley Yang <reyang@microsoft.com>
jmichalak9 pushed a commit to jmichalak9/opentelemetry-demo that referenced this pull request Mar 22, 2024
* instrumentation details for frontend

* markdown lint

* markdown lint

* re-organized readme structure

* Update src/frontend/README.md

Co-authored-by: Reiley Yang <reyang@microsoft.com>

* Update src/frontend/README.md

Co-authored-by: Reiley Yang <reyang@microsoft.com>

* small grammar, spelling fixes

Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
Co-authored-by: Reiley Yang <reyang@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants