Commit Graph

24 Commits

Author SHA1 Message Date
Mario Jonke 8bc6abdbf2 Add instrumentor and auto instrumentation support for aiohttp (#1075) 2020-10-21 21:32:59 -07:00
Leighton Chen 5f100f00a3 Use is_recording flag in asgi, pyramid, aiohttp instrumentation (#1142) 2020-10-21 21:32:59 -07:00
alrex 7d3a640cf8 chore: bump dev version (#1131) 2020-10-21 21:32:59 -07:00
alrex 564886c32b release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-10-21 21:32:59 -07:00
Gunnlaugur Thor Briem 2e8a3cbc22 docs: fix outdated alpha statement (#1047)
`README.md` and the opentelemetry website say this library is in beta,
and releases have been called betas since March, so update
`docs/index.rst` to be consistent with that.
2020-10-21 21:32:59 -07:00
alrex 29aec49718 Span name updated to follow semantic conventions to reduce cardinality (#972) 2020-10-21 21:32:59 -07:00
Leighton Chen 5fed338968 chore: 0.13.dev0 version update (#991) 2020-10-21 21:32:59 -07:00
Leighton Chen b870d989e5 Rename web framework packages from "ext" to "instrumentation" (#961) 2020-10-21 21:32:59 -07:00
Alex Boten 355e77b2e7 adding pull request template 2020-10-01 22:26:10 -07:00
Alex Boten 6144ad5e3e removing travis 2020-10-01 22:24:30 -07:00
Alex Boten d7b2e89150 removing references to python 3.4 2020-10-01 22:22:49 -07:00
alrex b0a109481d
Removing reference to ported instrumentation (#44)
The files removed in this change already have instrumentation in the opentelemetry-python repo. Removing them from this reference folder as they're no longer needed.
2020-09-15 08:28:27 -07:00
Steve Flanders ce66c8d458
Remove non-inclusive language (#43)
Addresses #42

TODO: address pylint
2020-09-08 17:06:47 -07:00
alrex eaeb508242
ignore _template (#31) 2020-04-09 13:16:14 -07:00
alrex 1bc2440747
adding instructions to port instrumentation (#26)
Adding some instructions on how to port from the reference directory. More updates will be needed as tests are added. 

Co-Authored-By: Hector Hernandez <39923391+hectorhdzg@users.noreply.github.com>

Co-authored-by: Mauricio Vásquez <mauricio@kinvolk.io>
Co-authored-by: Hector Hernandez <39923391+hectorhdzg@users.noreply.github.com>
2020-04-09 11:16:33 -07:00
Mauricio Vásquez fc4620c5b8
Add eachdist and move tox to root folder (#29)
Move tox and other configuration files to root folder. Add eachdist to make it
easier to handle operations with different packages.

The eachdist is taken from opentelemetry but slighty modified to avoid ignoring
a given path.
2020-04-09 10:06:59 -07:00
Mauricio Vásquez 0cf7ce2874
Small cleanup (#27)
- Remove .circle configuration
- Update CODEOWNERS and ISSUE_TEMPLATE in .github
- Restore LICENSE files
2020-04-08 13:17:31 -07:00
alrex 9df6cd15ad
Adding travis config (#25)
* adding travis config
2020-04-08 10:59:50 -07:00
Diego Hurtado 5aee3ce32e
Move DD code into its own directory (#6) 2020-04-08 10:39:44 -07:00
Diego Hurtado 72b40ba5f9
Add common files (#19) 2020-04-06 14:51:43 -07:00
Sergey Kanzhelev 0eb2cac7b8
Remove NOTICE file (#5)
Remove notice file - keep copyright in individual file headers

See discussion here: open-telemetry/community#305
2020-03-26 08:42:01 -07:00
alrex ed6dd7f257
Removing support for python 2.7 (#2)
OpenTelemetry doesn't support Python 2.7. Removing it from the tests and removing contrib packages that don't support Python 3. In this change:

- removing pylons contrib
- removing mysqldb contrib
- updating minimum versions of flask (>=1.0), gevent (>=1.1)

Signed-off-by: Alex Boten <aboten@lightstep.com>
2020-03-23 09:43:03 -07:00
Brett Langdon f13c716af6
Merge in latest from datadog/dd-trace-py (#1) 2020-02-26 08:57:16 -08:00
Alex Boten 67f43ea6ab initial commit
Signed-off-by: Alex Boten <aboten@lightstep.com>
2019-11-15 08:52:03 -08:00