Commit Graph

1015 Commits

Author SHA1 Message Date
Srikanth Chekuri 0b09f53aa1 Add CHANGELOG entry 2020-11-23 19:50:11 +05:30
Srikanth Chekuri 963f65cb33 Fix lint 2020-11-22 01:27:52 +05:30
Srikanth Chekuri d51636e2c0 Update pymongo instrumentation to follow semantic conventions 2020-11-22 01:21:36 +05:30
(Eliseo) Nathaniel Ruiz Nowell 9bf7c48e3f
Fix typo for installing OTel SDK in docs (#200) 2020-11-20 16:02:09 -08:00
(Eliseo) Nathaniel Ruiz Nowell 1454f46388
Import missing components for docs (#198) 2020-11-20 13:39:59 -08:00
(Eliseo) Nathaniel Ruiz Nowell f0f6a194e6
Add PR question regarding Core Repo Link (#193) 2020-11-19 12:04:15 -08:00
Azfaar Qureshi cd0be91db8
[fixes broken contrib tests] Add metrics renaming changes to contrib (#192) 2020-11-19 09:23:56 -08:00
Leighton Chen 6c7731df70
Merge pull request #176 from NathanielRN/fix-contrib-links 2020-11-19 09:53:16 -05:00
Leighton Chen a160622bf2
Merge branch 'master' into fix-contrib-links 2020-11-19 09:34:47 -05:00
Leighton Chen 3c207e3137
Merge pull request #184 from lonewolf3739/redis-semantic-conv
Update redis instrumentation to follow semantic conventions
2020-11-19 09:34:08 -05:00
Srikanth Chekuri 7716388398 Merge branch 'redis-semantic-conv' of https://github.com/lonewolf3739/opentelemetry-python-contrib into redis-semantic-conv 2020-11-19 12:50:55 +05:30
Srikanth Chekuri 5224a966e1 Update CHANGELOG entry 2020-11-19 12:49:13 +05:30
Nathaniel Ruiz Nowell 3ae0edb259 Update package links to point to contrib repo 2020-11-18 13:09:44 -08:00
alrex 772aaa4fe2
Merge branch 'master' into redis-semantic-conv 2020-11-18 12:40:07 -08:00
(Eliseo) Nathaniel Ruiz Nowell fd493f446f
Fixes and Improvements to botocore instrumentation (#150) 2020-11-18 12:39:15 -08:00
Leighton Chen c8904cef1a
Merge pull request #152 from lonewolf3739/flask-custom-span
Add hook to set custom span name in flask instrumentation
2020-11-18 09:55:30 -05:00
Srikanth Chekuri 9657e3809a Lint fix 2020-11-18 19:33:28 +05:30
Srikanth Chekuri 0607d4fbd7
Merge branch 'master' into flask-custom-span 2020-11-18 13:51:01 +00:00
Srikanth Chekuri 7ae302da22 Merge branch 'flask-custom-span' of https://github.com/lonewolf3739/opentelemetry-python-contrib into flask-custom-span 2020-11-18 19:07:50 +05:30
Srikanth Chekuri cee66ec04f Add callback for direct instrument 2020-11-18 19:06:33 +05:30
Leighton Chen 874cac3391
Merge pull request #191 from joncwong/master 2020-11-17 16:13:53 -05:00
Leighton Chen 8fcf6fecb0
Merge branch 'master' into redis-semantic-conv 2020-11-17 16:11:59 -05:00
Jonathan Wong d688bd779b Fix broken flask instrumentation doc link 2020-11-17 19:44:46 +00:00
Leighton Chen f49f8b5d82
Merge pull request #158 from lzchen/http 2020-11-17 13:04:59 -05:00
alrex 34d37d9d98
Merge branch 'master' into http 2020-11-17 09:15:23 -08:00
Srikanth Chekuri ea6ed5c9f0 Use db as fallback for span name 2020-11-17 22:08:49 +05:30
Leighton Chen 2f1e90bd1f
Merge branch 'master' into redis-semantic-conv 2020-11-17 10:22:54 -05:00
Leighton Chen 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
Leighton Chen 1cdd6b0c26
Merge branch 'master' into usage 2020-11-17 09:56:43 -05:00
Leighton Chen e7a121f9c8
Merge branch 'master' into redis-semantic-conv 2020-11-17 09:50:25 -05:00
Leighton Chen c841110022
Merge pull request #183 from lonewolf3739/memcached-semantic-conv 2020-11-17 09:47:44 -05:00
Srikanth Chekuri 1fa94fc1cf Fix lint 2020-11-17 18:15:45 +05:30
Srikanth Chekuri d09c0ed597 Fix typo 2020-11-17 18:10:27 +05:30
Srikanth Chekuri 1c33e0da65 Update usage section to include only how to instrument 2020-11-17 18:05:43 +05:30
Srikanth Chekuri 7b0707b1e4 Resolve merge conflict 2020-11-17 18:05:38 +05:30
Srikanth Chekuri 491dcf3d95 Fix TypeError: Can't instantiate abstract class TracerProvider with abstract methods get_tracer 2020-11-17 18:02:17 +05:30
Srikanth Chekuri 857581ca51 Remove PIPELINE from span name 2020-11-16 20:53:50 +05:30
Srikanth Chekuri edaf0b1611 Add CHANGELOG entry 2020-11-16 15:02:37 +05:30
Srikanth Chekuri 0fc6fa2f9e Add CHANGELOG entry 2020-11-15 18:25:43 +05:30
Srikanth Chekuri 8dab100884 Move _TRANSPORT under n/w attrs 2020-11-15 18:12:22 +05:30
Srikanth Chekuri eba288aaaa Update pymemcache to follow semantic conventions 2020-11-15 03:17:09 +05:30
Srikanth Chekuri 6f2d60cb12 Fix docker tests 2020-11-15 02:10:57 +05:30
Srikanth Chekuri ee90c7e50c Update redis instrumentation to follow semantic conventions 2020-11-15 02:10:34 +05:30
Leighton Chen 7513d7b961
Merge pull request #182 from NathanielRN/suppress-downstream-botocore-instrumentation 2020-11-13 13:05:55 -05:00
Nathaniel Ruiz Nowell 5c14227a5e Botocore checks if instrumentation is suppressed 2020-11-13 09:21:57 -08:00
Leighton Chen acf57065c2
Merge pull request #181 from NathanielRN/botocore-propagation-injection
Add propagator injection for botocore calls
2020-11-13 10:46:31 -05:00
Nathaniel Ruiz Nowell 8ee114b6f5 Update changelogs + fix lint 2020-11-12 16:06:42 -08:00
Nathaniel Ruiz Nowell 58f77f5d7e Add propagator injection for botocore 2020-11-12 14:29:24 -08:00
(Eliseo) Nathaniel Ruiz Nowell cb70679ae8
Add sklearn tests to test workflow (#177) 2020-11-12 11:37:49 -08:00
Leighton Chen d03866aa91
Merge pull request #179 from open-telemetry/feature/clarify-changelog-request 2020-11-11 09:36:31 -05:00