Commit Graph

103 Commits

Author SHA1 Message Date
Owais Lone cb35cc40ab
Generate instrumentation packages setup.py files (#474)
All instrumentations packages have almost exactly same setup.py files.
This commit adds a python script that generates it from a source
template. This dramatically reduces the time and effort required to
update all instrumentation setup.py files, and also reduces chances of
making manual mistakes.
2021-04-29 17:16:41 -07:00
Srikanth Chekuri 3ec77360cb
Update instrumentations to use tracer_provider for creating tracer if given, otherwise use global tracer provider (#402) 2021-04-28 08:36:37 -07:00
Leighton Chen 2ede3a5b87
[chore] Update main after 1.1.0 release (#463) 2021-04-21 08:03:20 -07:00
Srikanth Chekuri 8d0c150b31
Sync with auto generated semantic convention constants (#428) 2021-04-19 23:37:10 -07:00
Dhruv Vora 658f9ca019
Added link to examples folder in each instrumentation (#438) 2021-04-13 14:56:30 -07:00
Srikanth Chekuri 370952f684
Remove http.status_text from span attributes (#406) 2021-04-08 09:40:20 -07:00
Owais Lone ca8eac61c2
Account for ProxyTracerProvider (#399) 2021-04-07 08:27:18 -07:00
alrex 35774f19f4
bump version to 0.20.dev0 (#396) 2021-04-05 09:17:56 -07:00
Mario Jonke 1c5f0b5465
Add urllib3 instrumentation (#299) 2021-03-31 08:08:53 -07:00
alrex 56072a25f0
preparing 1.0.0/0.19b0 release (#384) 2021-03-26 15:22:09 -07:00
Diego Hurtado d89f865221
Sync with Make setters and getters optional (#372) 2021-03-26 10:20:01 -07:00
alrex ef0f74ec64
remove python 3.5 support (#374) 2021-03-18 08:15:35 -07:00
alrex 9315eb0fb2
use StatusCode from trace instead of trace.status (#366) 2021-03-09 14:33:13 -08:00
Leighton Chen 13e72b1906
[Chore] Update main after 0.18b0 release (#338) 2021-02-16 16:24:28 -08:00
Diego Hurtado 269e0f4de3
Add OpenTracing propagator (#302) 2021-02-16 15:42:13 -08:00
Leighton Chen 9c1f98d250
Update main after 1.0.0rc1 release from core (#333) 2021-02-16 09:35:18 -08:00
Leighton Chen c265e2f035
Remove metrics from main branch (#312) 2021-02-05 16:41:03 -08:00
Mario Jonke f0adb23143
Remove 'component' span attribute in instrumentations (#301) 2021-01-29 13:15:26 -08:00
alrex f022385e37
update references to main (#306) 2021-01-29 12:09:22 -08:00
alrex 08e82a92d7
[post-release] updating version to 0.18.dev0 (#289) 2021-01-21 09:10:30 -08:00
alrex 2a11aeeafa
[pre-release] Update changelogs, version [0.17b0] (#287) 2021-01-20 16:01:24 -08:00
Dave Grochowski cb01a6bcb7
Use instanceof to check if responses are valid Response objects (#273) 2021-01-07 18:24:19 -08:00
Leighton Chen 65801c31d8
Fix requests and urllib instrumentations span name callback parameters (#259) 2020-12-16 08:17:23 -08:00
alrex ae70d5abe5
Combine changelogs (#239) 2020-12-08 16:20:29 -08:00
Srikanth Chekuri 744e961080
Update instrumentations (#232) 2020-12-07 08:29:57 -08:00
Vishal Khondre 609b025cd9
Update __init__.py (#223) 2020-12-03 19:10:12 -08:00
Alex Boten bcec49cf2e update version to 0.17.dev0 2020-11-25 21:10:39 -08:00
alrex 3e4c5d3aa3
[pre-release] Update changelogs, version [0.16b0] (#217) 2020-11-25 19:44:20 -08:00
Leighton Chen 848cad8d12
Merge branch 'master' into req 2020-11-23 11:04:45 -05:00
Nathaniel Ruiz Nowell 3ae0edb259 Update package links to point to contrib repo 2020-11-18 13:09:44 -08:00
Leighton ec81ffb639 req 2020-11-17 13:32:31 -05:00
Leighton e76106623f changelog 2020-11-09 10:50:04 -05:00
Leighton 4f79f80bc9 test 2020-11-09 10:35:30 -05:00
Leighton dad94d434d build 2020-11-09 10:14:44 -05:00
Leighton a10e2c68d1 requests 2020-11-09 10:00:54 -05:00
(Eliseo) Nathaniel Ruiz Nowell 28c1331e57
Update Contrib packages to 0.16dev0 (#129) 2020-11-05 11:25:37 -08:00
alrex 4eee0a0ca9 [pre-release] Update changelogs, version [0.15b0] (#1320) 2020-11-02 09:00:06 -08:00
alrex 86d6b3d535 fixing changelogs (#1315)
Found a few discrepancies in the changelogs that needed to be fixed
2020-11-02 08:01:02 -08:00
Leighton Chen d02dec5878 Change status codes from grpc status codes, remove setting status in instrumentations except on ERROR (#1282) 2020-10-28 14:28:58 -07:00
Leighton Chen adedd560a4 Adding metric collection as part of instrumentations - Django (#1230) 2020-10-15 17:24:29 -07:00
Leighton Chen 85deb4158b chore: bump dev version (#1235) 2020-10-13 11:38:09 -07:00
alrex e412e65cf6 Parent is now always passed in via Context, intead of Span or SpanContext (#1146)
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2020-10-08 08:39:04 -07:00
Owais Lone 534eaa404f Record exception on context manager exit (#1162) 2020-10-06 21:52:40 -07:00
Leighton Chen 8fee5d7ade Adding metric collection as part of instrumentations - Requests (#1116) 2020-09-25 07:31:35 -07:00
alrex ce1820cd2a chore: bump dev version (#1131) 2020-09-17 12:21:39 -07:00
alrex 854da84235 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 dd3d4bf322 dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-09-14 15:11:56 -07:00
Leighton Chen da202b05f6 Use is_recording flag in requests instrumentation (#1087) 2020-09-14 13:13:44 -07:00
alrex 2d5adef109 Rename HTTPTextFormat to TextMapPropagator (#1085) 2020-09-09 13:23:56 -07:00
Mario Jonke fbd782c7f4 RequestsInstrumentor: Add support for prepared requests (#1040)
in addition to Session.request instrument Session.send to also
create spans for prepared requests.
2020-09-01 22:42:01 -07:00
alrex 8d061a079f Span name updated to follow semantic conventions to reduce cardinality (#972) 2020-08-17 21:50:09 -07:00
Leighton Chen 4586624567 chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Leighton Chen c74c6d346e Rename web framework packages from "ext" to "instrumentation" (#961) 2020-08-03 10:10:45 -07:00