alrex
629597e883
chore: bump dev version ( #1131 )
2020-09-17 12:21:39 -07:00
alrex
989e91ef2a
chore: bump dev version ( #1131 )
2020-09-17 12:21:39 -07:00
alrex
5446a2587e
chore: bump dev version ( #1131 )
2020-09-17 12:21:39 -07:00
alrex
cebfa2f3c3
chore: bump dev version ( #1131 )
2020-09-17 12:21:39 -07:00
alrex
04316cad0b
chore: bump dev version ( #1131 )
2020-09-17 12:21:39 -07:00
alrex
99684d43aa
release: updating changelogs and version to 0.13b0 ( #1129 )
...
* updating changelogs and version to 0.13b0
2020-09-17 08:23:52 -07:00
alrex
80aa66d386
release: updating changelogs and version to 0.13b0 ( #1129 )
...
* updating changelogs and version to 0.13b0
2020-09-17 08:23:52 -07:00
alrex
0cac12421f
release: updating changelogs and version to 0.13b0 ( #1129 )
...
* updating changelogs and version to 0.13b0
2020-09-17 08:23:52 -07:00
alrex
8be4625f80
release: updating changelogs and version to 0.13b0 ( #1129 )
...
* updating changelogs and version to 0.13b0
2020-09-17 08:23:52 -07:00
alrex
992cc24fba
release: updating changelogs and version to 0.13b0 ( #1129 )
...
* updating changelogs and version to 0.13b0
2020-09-17 08:23:52 -07:00
alrex
8ee2ff9dac
release: updating changelogs and version to 0.13b0 ( #1129 )
...
* updating changelogs and version to 0.13b0
2020-09-17 08:23:52 -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
alrex
6bc4ec293d
dropping support for python 3.4 ( #1099 )
...
* dropping support for python 3.4
2020-09-14 15:11:56 -07:00
alrex
6fa53b4890
dropping support for python 3.4 ( #1099 )
...
* dropping support for python 3.4
2020-09-14 15:11:56 -07:00
alrex
d364a96298
dropping support for python 3.4 ( #1099 )
...
* dropping support for python 3.4
2020-09-14 15:11:56 -07:00
alrex
98b1eb4c31
dropping support for python 3.4 ( #1099 )
...
* dropping support for python 3.4
2020-09-14 15:11:56 -07:00
alrex
daf9b134b6
dropping support for python 3.4 ( #1099 )
...
* dropping support for python 3.4
2020-09-14 15:11:56 -07:00
alrex
beebaaf86d
sdk: rename resource labels to attributes ( #1082 )
...
This aligns with the specification for Resources
2020-09-09 08:23:18 -07:00
Steve Flanders
ce66c8d458
Remove non-inclusive language ( #43 )
...
Addresses #42
TODO: address pylint
2020-09-08 17:06:47 -07:00
Diego Hurtado
80f73e675f
instrumentation/system-metrics: Update System Metrics ( #1019 )
...
Fixes #1006
2020-09-03 17:19:13 -07:00
Leighton Chen
5ddecb4b8e
Attributes returned from SamplingResult must be immutable ( #1066 )
2020-09-03 09:07:03 -07:00
Daniel
70b63c3959
Add support for db cursors and connections in context managers ( #1028 )
...
Here is an example snippet that will not report tracing without this patch:
with psycopg2.connect(...) as conn, conn.cursor() as cursor:
cursor.execute("select 1;")
Co-authored-by: Carl Bordum Hansen <carl@bordum.dk>
2020-09-02 11:26:16 -07:00
Daniel
bdc39963c0
Increase docker-tests retry count ( #1026 )
2020-08-20 09:25:14 -07:00
Leighton Chen
0d18297f96
bug ( #1011 )
2020-08-18 10:14:32 -07:00
Leighton Chen
d842c4fc4f
chore: 0.13.dev0 version update ( #991 )
2020-08-15 18:06:27 -07:00
Leighton Chen
405a85d9dd
chore: 0.13.dev0 version update ( #991 )
2020-08-15 18:06:27 -07:00
Leighton Chen
cab267ce78
chore: 0.13.dev0 version update ( #991 )
2020-08-15 18:06:27 -07:00
Leighton Chen
d1332d2c36
chore: 0.13.dev0 version update ( #991 )
2020-08-15 18:06:27 -07:00
Leighton Chen
bfd80edbe3
chore: 0.13.dev0 version update ( #991 )
2020-08-15 18:06:27 -07:00
Leighton Chen
c0cb928b67
chore: 0.13.dev0 version update ( #991 )
2020-08-15 18:06:27 -07:00
Simon THOBY
7de89b2005
ext/django: accept middlewares declared as tuples ( #950 )
2020-08-05 11:29:02 -07:00
Leighton Chen
7d4d2ce4dc
Rename remaining framework packages from "ext" to "instrumentation" ( #969 )
2020-08-04 19:10:51 -07:00
Leighton Chen
703fa43774
Rename remaining framework packages from "ext" to "instrumentation" ( #969 )
2020-08-04 19:10:51 -07:00
Leighton Chen
3e6cd90b28
Rename remaining framework packages from "ext" to "instrumentation" ( #969 )
2020-08-04 19:10:51 -07:00
Abhilash Gnan
59f7e94644
Add HTTP user-agent in WSGI instrumentation ( #964 )
2020-08-04 09:22:22 -07:00
Leighton Chen
2a7dcea9af
Rename db framework packages from "ext" to "instrumentation" ( #966 )
2020-08-03 17:48:44 -07:00
Leighton Chen
26eefe46cf
Rename web framework packages from "ext" to "instrumentation" ( #961 )
2020-08-03 10:10:45 -07:00
Leighton Chen
b372486958
Rename web framework packages from "ext" to "instrumentation" ( #961 )
2020-08-03 10:10:45 -07:00
Leighton Chen
d19b464a0a
Rename web framework packages from "ext" to "instrumentation" ( #961 )
2020-08-03 10:10:45 -07:00
Leighton Chen
cf9b0de2c1
Rename web framework packages from "ext" to "instrumentation" ( #961 )
2020-08-03 10:10:45 -07:00
Alex Boten
2ba7927ec1
updating readme, adding contributing doc
2020-04-14 14:37:56 -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