-
Notifications
You must be signed in to change notification settings - Fork 820
Closed
Labels
good first issueGood first issueGood first issuehelp wantedinstrumentationRelated to the instrumentation of third party libraries or frameworksRelated to the instrumentation of third party libraries or frameworks
Description
In order for users of psycopg2 to take advantage of opentelemetry-auto-instrumentation, the following needs to happen:
- add a class implementing the
BaseInstrumentorinterface. here is an example for ext/pymysql - an entrypoint must be added to
setup.cfg. here is an example for ext/pymsql - tests added to ensure the new instrumentor behaves as expected. here is an example for ext/pymysql
- the documentation must be updated to reflect the new method of instrumenting psycopg2 applications
- CHANGELOG.md must be updated
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood first issueGood first issuehelp wantedinstrumentationRelated to the instrumentation of third party libraries or frameworksRelated to the instrumentation of third party libraries or frameworks