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

[docs] Added Running a Python app with Opentelemetry manual instrumention #2380

Merged
merged 20 commits into from Apr 21, 2023

Conversation

maheshkasabe
Copy link
Contributor

@maheshkasabe maheshkasabe commented Apr 13, 2023

This PR...

Changes

  • Added Python app running with tracetest tutorial with otel instrumentation

Fixes

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

@adnanrahic adnanrahic self-assigned this Apr 14, 2023
@adnanrahic
Copy link
Contributor

Hey @maheshkasabe ! Thanks a lot for your contribution. This is awesome. I'll jump on and review this as soon as possible.

Copy link
Contributor

@adnanrahic adnanrahic left a comment

Choose a reason for hiding this comment

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

Awesome contribution! I've added some suggestions I believe will improve the recipe! 🙌

maheshkasabe and others added 16 commits April 18, 2023 19:21
…pentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>
…pentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>
…pentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>
…pentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>
…pentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>
…pentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>
…pentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>
…pentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>
…pentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>
…pentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>
…pentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>
…pentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>
…pentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>
…pentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>
@adnanrahic adnanrahic self-requested a review April 19, 2023 05:38
Copy link
Contributor

@adnanrahic adnanrahic left a comment

Choose a reason for hiding this comment

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

Just a small comment.

@adnanrahic adnanrahic self-requested a review April 20, 2023 05:39
Copy link
Contributor

@adnanrahic adnanrahic left a comment

Choose a reason for hiding this comment

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

Amazing work @maheshkasabe!
Thanks a lot for contributing this recipe. 🙌

@xoscar xoscar merged commit e8bce0a into kubeshop:main Apr 21, 2023
1 check passed
schoren pushed a commit that referenced this pull request Jun 5, 2023
…tion (#2380)

* [docs]Added Running a Python app with Opentelemetry manual instrumention

* Update docs/docs/examples-tutorials/recipes/running-python-app-with-opentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>

* Update docs/docs/examples-tutorials/recipes/running-python-app-with-opentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>

* Update docs/docs/examples-tutorials/recipes/running-python-app-with-opentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>

* Update docs/docs/examples-tutorials/recipes/running-python-app-with-opentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>

* Update docs/docs/examples-tutorials/recipes/running-python-app-with-opentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>

* Update docs/docs/examples-tutorials/recipes/running-python-app-with-opentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>

* Update docs/docs/examples-tutorials/recipes/running-python-app-with-opentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>

* Update docs/docs/examples-tutorials/recipes/running-python-app-with-opentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>

* Update docs/docs/examples-tutorials/recipes/running-python-app-with-opentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>

* Update docs/docs/examples-tutorials/recipes/running-python-app-with-opentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>

* Update docs/docs/examples-tutorials/recipes/running-python-app-with-opentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>

* Update docs/docs/examples-tutorials/recipes/running-python-app-with-opentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>

* Update docs/docs/examples-tutorials/recipes/running-python-app-with-opentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>

* Update docs/docs/examples-tutorials/recipes/running-python-app-with-opentelemetry-collector-and-tracetest.md

Co-authored-by: Adnan Rahić <ado.raha198@gmail.com>

* Update running-python-app-with-opentelemetry-collector-and-tracetest.md

* Update running-python-app-with-opentelemetry-collector-and-tracetest.md

---------

Co-authored-by: Adnan Rahić <ado.raha198@gmail.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.

None yet

3 participants