b49b276f7a
Update db.system for sqlite
2020-11-20 00:31:03 +05:30
6df831b2f1
Update gitignore
2020-11-19 23:43:28 +05:30
2228573bf3
Fix docker tests
2020-11-18 01:41:59 +05:30
bd39b36b82
Fix tests for sqlite
2020-11-18 01:36:16 +05:30
a208316dca
Fix tests for dbapi
2020-11-18 01:35:50 +05:30
7c038ae2b4
Update dbapi instrumentation
...
Fix span name for dbapi
Decode db user for pymysql
2020-11-18 01:35:23 +05:30
3854f17e5a
Fix tests aiopg
2020-11-18 01:33:55 +05:30
57fdce52d2
Fix span name for aiopg
2020-11-18 01:33:01 +05:30
a3841304fa
Merge pull request #187 from lonewolf3739/usage
...
TypeError: Can't instantiate abstract class TracerProvider with abstract methods get_tracer
2020-11-17 10:22:35 -05:00
1cdd6b0c26
Merge branch 'master' into usage
2020-11-17 09:56:43 -05:00
c841110022
Merge pull request #183 from lonewolf3739/memcached-semantic-conv
2020-11-17 09:47:44 -05:00
1fa94fc1cf
Fix lint
2020-11-17 18:15:45 +05:30
d09c0ed597
Fix typo
2020-11-17 18:10:27 +05:30
1c33e0da65
Update usage section to include only how to instrument
2020-11-17 18:05:43 +05:30
7b0707b1e4
Resolve merge conflict
2020-11-17 18:05:38 +05:30
491dcf3d95
Fix TypeError: Can't instantiate abstract class TracerProvider with abstract methods get_tracer
2020-11-17 18:02:17 +05:30
0fc6fa2f9e
Add CHANGELOG entry
2020-11-15 18:25:43 +05:30
8dab100884
Move _TRANSPORT under n/w attrs
2020-11-15 18:12:22 +05:30
eba288aaaa
Update pymemcache to follow semantic conventions
2020-11-15 03:17:09 +05:30
7513d7b961
Merge pull request #182 from NathanielRN/suppress-downstream-botocore-instrumentation
2020-11-13 13:05:55 -05:00
5c14227a5e
Botocore checks if instrumentation is suppressed
2020-11-13 09:21:57 -08:00
acf57065c2
Merge pull request #181 from NathanielRN/botocore-propagation-injection
...
Add propagator injection for botocore calls
2020-11-13 10:46:31 -05:00
8ee114b6f5
Update changelogs + fix lint
2020-11-12 16:06:42 -08:00
58f77f5d7e
Add propagator injection for botocore
2020-11-12 14:29:24 -08:00
cb70679ae8
Add sklearn tests to test workflow ( #177 )
2020-11-12 11:37:49 -08:00
d03866aa91
Merge pull request #179 from open-telemetry/feature/clarify-changelog-request
2020-11-11 09:36:31 -05:00
daf01cc93f
documentation on what entries require a changelog
...
There were questions regarding what situations require a changelog.
The intent of this change is to make the changelog requirements more
easily discoverable and clear.
2020-11-10 21:33:13 -08:00
79b519f5cc
Merge pull request #172 from VictoryWekwa/remove-unused-import
2020-11-10 09:24:57 -05:00
6b8e5f6a21
Merge branch 'master' into remove-unused-import
2020-11-10 09:13:32 -05:00
7726c46219
Merge pull request #153 from gnagel/patch-1
2020-11-10 09:13:23 -05:00
11314955c3
Merge branch 'master' into patch-1
2020-11-10 09:02:51 -05:00
b9a42e2ac7
Merge pull request #156 from stschenk/dbapi-skip-params-by-default
2020-11-10 09:02:32 -05:00
c779e8d734
Merge branch 'master' into dbapi-skip-params-by-default
2020-11-10 08:32:04 -05:00
7f2399b6c4
Merge branch 'master' into patch-1
2020-11-10 08:31:19 -05:00
dad5f5b757
Merge pull request #151 from crflynn/opentelemetry-instrumentation-sklearn
2020-11-10 08:30:59 -05:00
ed3559ae99
Merge branch 'master' into opentelemetry-instrumentation-sklearn
2020-11-09 22:06:50 -08:00
37ea8f2162
Update protobuf versions ( #1356 ) ( #148 )
...
Fixes #1355
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2020-11-09 22:06:31 -08:00
4ee69ac111
Merge branch 'master' into opentelemetry-instrumentation-sklearn
2020-11-09 22:05:52 -08:00
87d4b0adaa
Merge branch 'master' into patch-1
2020-11-09 22:04:22 -08:00
f9eace5abf
Merge pull request #130 from NathanielRN/sdk-extension-aws
2020-11-09 21:06:44 -05:00
87789cbb95
Use joins to create trace ids and headers
2020-11-09 17:03:40 -08:00
c0a3ea96d9
Expose AWS Progagator variables and update readme
2020-11-09 15:01:17 -08:00
ea0988a26a
Make AWS Propagator tests more readable
2020-11-09 14:51:32 -08:00
26db369ec9
Use an exception to catch inability to parse
2020-11-09 14:51:32 -08:00
ccb7a83922
More pythonic propagator + package clean up
2020-11-09 14:51:32 -08:00
c81995d0ce
Add SDK Extension for Compatibility with AWS X-Ray
2020-11-09 14:51:30 -08:00
6f8f0ce5c6
Merge branch 'master' into dbapi-skip-params-by-default
2020-11-09 09:08:29 -08:00
09f7ab2467
Fixup Changelog
2020-11-09 08:50:49 -08:00
a91956ef9a
Update instrumentation/opentelemetry-instrumentation-sklearn/setup.cfg
...
Co-authored-by: Leighton Chen <lechen@microsoft.com>
2020-11-09 11:28:35 -05:00
507b41a996
Remove Unused Import in jinja2/ Victory Wekwa <victorywekwa@gmail.com>
...
Signed-off-by: VictoryWekwa <victorywekwa@gmail.com>
2020-11-09 16:47:55 +01:00