.gitignore
CONTRIBUTING.md
LICENSE
README.rst
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/enhancement.md
.github/workflows/deploy.yml
.github/workflows/tests.yml
docs/api.rst
docs/conf.py
docs/index.rst
docs/quickstart.rst
src/opentelemetry_ext_newrelic/__init__.py
src/opentelemetry_ext_newrelic/span.py
src/opentelemetry_ext_newrelic/version.py
src/opentelemetry_ext_newrelic.egg-info/PKG-INFO
src/opentelemetry_ext_newrelic.egg-info/SOURCES.txt
src/opentelemetry_ext_newrelic.egg-info/dependency_links.txt
src/opentelemetry_ext_newrelic.egg-info/requires.txt
src/opentelemetry_ext_newrelic.egg-info/top_level.txt
tests/conftest.py
tests/test_span.py