Move opentelemetry-instrumentation from core#465
Move opentelemetry-instrumentation from core#465lzchen merged 13 commits intoopen-telemetry:mainfrom
Conversation
| Programming Language :: Python :: 3.6 | ||
| Programming Language :: Python :: 3.7 | ||
| Programming Language :: Python :: 3.8 | ||
| Programming Language :: Python :: 3.9 |
There was a problem hiding this comment.
py39 is not part of ci. would you mind adding it to env list https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/.github/workflows/test.yml#L13?
| help=""" | ||
| The service name that should be passed to a trace exporter. | ||
| """, | ||
| ) |
There was a problem hiding this comment.
Looks like this --service-name doesn't do anything right now, Is this deprecated or not fully developed? Either way this can be addressed in another PR but we should decide on removing or implementing the missing part.
There was a problem hiding this comment.
Looks like this was removed here: open-telemetry/opentelemetry-python@c61a712#diff-8e926c8a585e70ab1e5df5d63ed7709fb982976f01bbdee56e238ad74153ef57L86
There was a problem hiding this comment.
Oh, it was useful. We should probably add it back.
There was a problem hiding this comment.
@owais
Probably won't be adding it back due to that PR? ^
codeboten
left a comment
There was a problem hiding this comment.
Thanks for moving this
| help=""" | ||
| The service name that should be passed to a trace exporter. | ||
| """, | ||
| ) |
There was a problem hiding this comment.
Looks like this was removed here: open-telemetry/opentelemetry-python@c61a712#diff-8e926c8a585e70ab1e5df5d63ed7709fb982976f01bbdee56e238ad74153ef57L86
Part of open-telemetry/opentelemetry-python#1797