49 Commits

Author SHA1 Message Date
755089a899 Use is_recording flag in aiopg, asyncpg, dbapi, psycopg2, pymemcache, pymongo, redis, sqlalchemy instrumentations (#1212) 2020-10-21 21:37:36 -07:00
3ae51232f0 Use is_recording flag in flask, django, tornado, boto, botocore instrumentations (#1164) 2020-10-21 21:37:36 -07:00
e4a9b090b9 chore: bump dev version (#1131) 2020-10-21 21:37:36 -07:00
51acb3c90f release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-10-21 21:37:36 -07:00
f5f78f8074 dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-10-21 21:37:36 -07:00
a90c6ad1ff sdk: rename resource labels to attributes (#1082)
This aligns with the specification for Resources
2020-10-21 21:37:36 -07:00
fcd32cb2d3 bug (#1011) 2020-10-21 21:37:36 -07:00
bbd6c75ec0 chore: 0.13.dev0 version update (#991) 2020-10-21 21:37:36 -07:00
3596cf6efc Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 21:37:36 -07:00
ab9737100a chore: bump dev version (#1235) 2020-10-21 21:35:55 -07:00
73e62258ab Use is_recording flag in aiopg, asyncpg, dbapi, psycopg2, pymemcache, pymongo, redis, sqlalchemy instrumentations (#1212) 2020-10-21 21:35:55 -07:00
224c836d88 chore: bump dev version (#1131) 2020-10-21 21:35:55 -07:00
1edbd0aeac release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-10-21 21:35:55 -07:00
a2b539a116 chore: 0.13.dev0 version update (#991) 2020-10-21 21:35:55 -07:00
9b34d8a2b1 Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 21:35:55 -07:00
fba7ae908e Rename db framework packages from "ext" to "instrumentation" (#966) 2020-10-21 21:35:55 -07:00
7f66a90bf7 chore: bump dev version (#1235) 2020-10-21 21:34:47 -07:00
9bbeb1698e Use is_recording flag in flask, django, tornado, boto, botocore instrumentations (#1164) 2020-10-21 21:34:47 -07:00
847418f397 Use is_recording flag in asgi, pyramid, aiohttp instrumentation (#1142) 2020-10-21 21:34:47 -07:00
e568eeaa35 chore: bump dev version (#1131) 2020-10-21 21:34:47 -07:00
daf00c4e9f release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-10-21 21:34:47 -07:00
e580506ac3 Update ASGI instrumentation docs (#1090) 2020-10-21 21:34:47 -07:00
05d15f8c3f chore: 0.13.dev0 version update (#991) 2020-10-21 21:34:47 -07:00
9fd77371bb Rename web framework packages from "ext" to "instrumentation" (#961) 2020-10-21 21:34:47 -07:00
3d76e8c6e0 chore: bump dev version (#1235) 2020-10-21 21:32:59 -07:00
8bc6abdbf2 Add instrumentor and auto instrumentation support for aiohttp (#1075) 2020-10-21 21:32:59 -07:00
5f100f00a3 Use is_recording flag in asgi, pyramid, aiohttp instrumentation (#1142) 2020-10-21 21:32:59 -07:00
7d3a640cf8 chore: bump dev version (#1131) 2020-10-21 21:32:59 -07:00
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
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
29aec49718 Span name updated to follow semantic conventions to reduce cardinality (#972) 2020-10-21 21:32:59 -07:00
5fed338968 chore: 0.13.dev0 version update (#991) 2020-10-21 21:32:59 -07:00
b870d989e5 Rename web framework packages from "ext" to "instrumentation" (#961) 2020-10-21 21:32:59 -07:00
355e77b2e7 adding pull request template 2020-10-01 22:26:10 -07:00
6144ad5e3e removing travis 2020-10-01 22:24:30 -07:00
d7b2e89150 removing references to python 3.4 2020-10-01 22:22:49 -07:00
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
ce66c8d458 Remove non-inclusive language (#43)
Addresses #42

TODO: address pylint
2020-09-08 17:06:47 -07:00
eaeb508242 ignore _template (#31) 2020-04-09 13:16:14 -07:00
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
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
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
9df6cd15ad Adding travis config (#25)
* adding travis config
2020-04-08 10:59:50 -07:00
5aee3ce32e Move DD code into its own directory (#6) 2020-04-08 10:39:44 -07:00
72b40ba5f9 Add common files (#19) 2020-04-06 14:51:43 -07:00
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
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
f13c716af6 Merge in latest from datadog/dd-trace-py (#1) 2020-02-26 08:57:16 -08:00
67f43ea6ab initial commit
Signed-off-by: Alex Boten <aboten@lightstep.com>
2019-11-15 08:52:03 -08:00