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

Make auto instrumentation support any execution command #566

Closed
ocelotl opened this issue Apr 9, 2020 · 0 comments · Fixed by #567
Closed

Make auto instrumentation support any execution command #566

ocelotl opened this issue Apr 9, 2020 · 0 comments · Fixed by #567
Assignees
Labels
bug Something isn't working instrumentation Related to the instrumentation of third party libraries or frameworks

Comments

@ocelotl
Copy link
Contributor

ocelotl commented Apr 9, 2020

Right now the auto instrumentation command works like this:

opentelemetry-auto-instrumentation some_file.py

The auto instrumentation command invokes an interpreter that executes the some_file.py. Nevertheless, this will not work for frameworks that have their own execution command (flask_run, for example).

@ocelotl ocelotl added bug Something isn't working instrumentation Related to the instrumentation of third party libraries or frameworks labels Apr 9, 2020
@ocelotl ocelotl self-assigned this Apr 9, 2020
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Apr 9, 2020
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Apr 23, 2020
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Apr 24, 2020
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Apr 25, 2020
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Apr 26, 2020
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Apr 29, 2020
ocelotl added a commit to ocelotl/opentelemetry-python that referenced this issue Apr 29, 2020
toumorokoshi pushed a commit that referenced this issue May 1, 2020
Right now the auto instrumentation command works like this:

opentelemetry-auto-instrumentation some_file.py

The auto instrumentation command invokes an interpreter that executes the some_file.py. Nevertheless, this will not work for frameworks that have their own execution command (flask_run, for example).

Fixes #566 

Co-authored-by: Alex Boten <[email protected]>
Co-authored-by: Chris Kleinknecht <[email protected]>
srikanthccv pushed a commit to srikanthccv/opentelemetry-python that referenced this issue Nov 1, 2020
* docs: create a getting started guide

* docs(getting-started): add a table of contents

* chore: add todo to missing sections

* docs(getting-started): add metrics guide

* docs(getting-started): run prettier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working instrumentation Related to the instrumentation of third party libraries or frameworks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant