8b323e935d
Add fields method ( #226 )
...
Co-authored-by: (Eliseo) Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>
2020-12-01 16:18:33 -08:00
3e36dc282d
Mark test case as flaky ( #197 )
...
Fixes #196
This marks the test case as flaky, making it run at most 3 times. It is
enough for one of this runs to pass to consider this test case passed
and ran no more. If 3 consecutive runs of this test case fail, the test
case will be considered failed. It has been reported that running this
test case again makes it pass, usually. This approach is preferred over
marking it as xfail(strict=False) because most of the times the test
ends up passing after another run, so that in most of the cases we
can still benefit from running this test case (since if it is actually
failing because of a bug it will be reported as such after failing 3
times, making the team aware of an actual issue happening here).
2020-11-30 14:30:58 -08:00
aba6e97d00
Adding param validation ( #206 )
...
fix lint changes
2020-11-27 11:39:42 -08:00
9b71f8b30c
Setup Prometheus Remote Write Exporter ( #180 )
2020-11-27 09:58:55 -08:00
18c18f30a2
Merge pull request #218 from open-telemetry/bump-0.17dev0
...
Update master branch to 0.17.dev0
2020-11-26 09:59:06 -08:00
4c7ccf0dae
update core SHA
2020-11-25 21:13:01 -08:00
bcec49cf2e
update version to 0.17.dev0
2020-11-25 21:10:39 -08:00
3e4c5d3aa3
[pre-release] Update changelogs, version [0.16b0] ( #217 )
v0.16b0
2020-11-25 19:44:20 -08:00
4aeac4a9ba
Update README.md ( #214 )
2020-11-25 07:47:41 -08:00
be7a2c5c68
copying scripts to prepare release ( #211 )
2020-11-24 11:13:02 -08:00
dabd2f2dc0
Merge pull request #210 from lonewolf3739/dbindex-redis
2020-11-24 09:49:57 -05:00
49f8c52e17
Merge branch 'dbindex-redis' of https://github.com/lonewolf3739/opentelemetry-python-contrib into dbindex-redis
2020-11-24 20:05:44 +05:30
659007cd20
Add db for both name and database_index
2020-11-24 20:05:14 +05:30
13976b5275
Merge branch 'master' into dbindex-redis
2020-11-24 09:32:30 -05:00
7f0d5ae5bb
Merge pull request #188 from lonewolf3739/asyncpg-semantic-conv
2020-11-24 09:32:20 -05:00
028ccaa280
Merge branch 'master' into asyncpg-semantic-conv
2020-11-24 09:19:22 -05:00
8541371c2e
Update get command value
2020-11-24 13:10:12 +05:30
a46744976b
Add docstring and comments
2020-11-24 11:32:33 +05:30
bfc55f5634
Lint fix
2020-11-24 10:47:51 +05:30
c3f94c39c9
Add test for database_index
2020-11-24 10:43:22 +05:30
69f0b40ba9
Set database_index when db is not 0
2020-11-24 10:42:58 +05:30
5a7615bbf0
Update instrumentation/opentelemetry-instrumentation-asyncpg/src/opentelemetry/instrumentation/asyncpg/__init__.py
...
Co-authored-by: (Eliseo) Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>
2020-11-24 03:29:10 +00:00
9334eef7b7
Add AWS X-Ray Ids Generator Entry Point ( #201 )
2020-11-23 14:08:17 -08:00
c1452b71ce
Merge branch 'master' into asyncpg-semantic-conv
2020-11-23 15:39:07 -05:00
4b9422ec12
Merge pull request #190 from lzchen/req
2020-11-23 15:05:35 -05:00
9ad88e1a41
Merge branch 'master' into req
2020-11-23 14:14:04 -05:00
e742cf7d0c
Merge pull request #202 from lonewolf3739/sqlalchemy-semantic-conv
2020-11-23 14:13:40 -05:00
b7f8a5bee3
Merge branch 'master' into sqlalchemy-semantic-conv
2020-11-23 13:48:34 -05:00
d36edda08a
Remove service from tests
2020-11-23 22:57:07 +05:30
02a28680a8
Merge branch 'sqlalchemy-semantic-conv' of https://github.com/lonewolf3739/opentelemetry-python-contrib into sqlalchemy-semantic-conv
2020-11-23 22:37:33 +05:30
63aebd5695
Remove service from docstring and example
2020-11-23 22:37:07 +05:30
848cad8d12
Merge branch 'master' into req
2020-11-23 11:04:45 -05:00
f52c88ba22
Merge pull request #195 from lonewolf3739/dbapi-semantic-conv
2020-11-23 11:03:00 -05:00
184f786d9f
Merge branch 'master' into dbapi-semantic-conv
2020-11-23 10:50:44 -05:00
868dd770a5
Merge branch 'master' into sqlalchemy-semantic-conv
2020-11-23 10:45:32 -05:00
aaa1928ccc
Merge pull request #203 from lonewolf3739/pymongo-semantic-conv
2020-11-23 10:42:18 -05:00
0b09f53aa1
Add CHANGELOG entry
2020-11-23 19:50:11 +05:30
ecd2a0d5be
Add CHANGELOG entry
2020-11-23 19:48:30 +05:30
963f65cb33
Fix lint
2020-11-22 01:27:52 +05:30
d51636e2c0
Update pymongo instrumentation to follow semantic conventions
2020-11-22 01:21:36 +05:30
69b6c378c8
Lint fix
2020-11-21 22:43:53 +05:30
3786d6d0fa
Fix tests
2020-11-21 22:22:57 +05:30
174cabad29
Update sqlalchemy to follow semantic conventions
2020-11-21 22:22:43 +05:30
d16cd0086d
Remove service
2020-11-21 22:21:51 +05:30
9bf7c48e3f
Fix typo for installing OTel SDK in docs ( #200 )
2020-11-20 16:02:09 -08:00
1454f46388
Import missing components for docs ( #198 )
2020-11-20 13:39:59 -08:00
7e513e6a4d
Add CHANGELOG entry
2020-11-20 14:25:55 +05:30
f0f6a194e6
Add PR question regarding Core Repo Link ( #193 )
2020-11-19 12:04:15 -08:00
f601bb2563
Fix env vars
2020-11-20 00:54:54 +05:30
b49b276f7a
Update db.system for sqlite
2020-11-20 00:31:03 +05:30