7404e69663
Remove [test] package from fastapi instrumentation ( #2289 )
...
Fixes #2201
2024-03-15 16:38:56 +00:00
d2d4561593
Update version to 1.24.0.dev/0.45b0.dev ( #2262 )
2024-02-23 10:13:21 -08:00
6c13a5eddc
Drop support for 3.7 ( #2152 )
...
* Drop support for 3.7
Fixes #2151
* Remove 37
2024-02-03 11:57:08 -06:00
772063ca8a
Update version to 1.23.0.dev/0.44b0.dev ( #2091 )
...
* Update version to 1.23.0.dev/0.44b0.dev
* Update core SHA
* Update generate
---------
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2023-12-15 16:54:11 -06:00
3b9d6264e2
Update version to 1.22.0.dev/0.43b0.dev ( #2031 )
...
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2023-11-07 11:06:08 -06:00
4f6618324d
Set schema_url on all tracers and meters ( #1977 )
2023-11-06 11:39:51 -08:00
54be1603dc
Update version to 1.21.0.dev/0.42b0.dev ( #1930 )
...
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2023-09-04 17:56:57 +00:00
cfdd4ae77f
Update version to 1.20.0.dev/0.41b0.dev ( #1885 )
...
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2023-07-13 16:42:32 +02:00
256d8ce12d
Add http.server.request.size for ASGI metric implementation ( #1867 )
...
* Update changelog file.
* Update changelog file.
* Add new request.size metric for ASGI middleware.
* Clean-up.
* Refactor try except section.
---------
Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
2023-06-21 23:56:38 +03:00
60753e2a55
Add http.server.response.size metric to ASGI implementation. ( #1789 )
...
* Add http.server.response.size metric to ASGI implementation.
Add new unit tests.
* Update changelog.
* Fix linting by disabling too-many-nested-blocks
* Put new logic in a new method
* Refactor the placement of new logic.
* Fixed the unit tests in FastAPI and Starlette
* Update changelog.
* FIx lint errors.
* Refactor getting content-length header
* Refactor getting content-length header
---------
Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2023-06-19 23:00:59 +03:00
743ac64661
Issue #1757 - Update HTTP server/client instrumentation span names ( #1759 )
...
Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-06-16 00:21:05 +02:00
afd8428997
Update version to 1.19.0.dev/0.40b0.dev ( #1797 )
...
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-05-17 10:47:58 -06:00
e4d8f10ecd
Update version to 1.18.0.dev/0.39b0.dev ( #1723 )
2023-03-22 22:01:45 +05:30
e5d9ac5755
fix fastapi instrumentation tests for version 0.91 ( #1710 )
2023-03-07 20:29:24 +05:30
135280e539
Change instruments version for fastapi and starlette ( #1708 )
2023-03-06 10:34:22 -08:00
482804451a
Update version to 1.17.0.dev/0.38b0.dev ( #1677 )
...
* Update version to 1.17.0.dev/0.38b0.dev
* Update SHA
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-02-17 11:42:54 -06:00
bb41b4600a
Fix fastapi version ( #1664 )
2023-02-13 12:17:38 +05:30
0f2451be26
Update version to 1.16.0.dev/0.37b0.dev ( #1485 )
2022-12-10 04:03:22 +05:30
71781d3964
updating changelogs and version to 1.15.0-0.36b0 ( #1482 )
2022-12-10 02:33:51 +05:30
bc57cc029d
fix(asgi-instrumentation): extract target after running the framework ( #1461 )
2022-12-05 02:00:09 +00:00
47512c84b9
fix: No module named httpx ( #1441 )
2022-11-15 06:17:14 +05:30
496d6581cc
Add support for regular expression matching and sanitizing of headers in FastAPI. ( #1403 )
2022-11-07 22:23:08 +05:30
af972a07a9
Create RELEASING.md, Update version to 1.15.0.dev/0.36b0.dev ( #1429 )
2022-11-03 13:26:58 -07:00
05e23cd280
[release/v1.14.x-0.35bx] Prepare release 1.14.0/0.35b0 ( #1428 )
2022-11-03 10:30:35 -07:00
5c67dee23d
Change to use local dev versions ( #1425 )
2022-11-02 10:19:40 -07:00
38d384a2ae
Add support for py3.11 ( #1415 )
2022-10-31 21:19:50 +00:00
b2923e02fa
updating changelogs and version to 1.13.0-0.34b0 ( #1352 )
2022-09-27 03:12:18 +05:30
0b69786c30
fix flaky test in fastapi ( #1344 )
2022-09-21 01:29:35 +05:30
2b7a0057da
uninstruemnt existing instances before uninstrumenting fastapi class ( #1258 )
2022-09-19 07:25:07 +00:00
791dc6b11f
Update package metadata opentelemetry-instrumentation-fastapi ( #1278 )
...
* Update package metadata
* Update instrumentation/opentelemetry-instrumentation-fastapi/pyproject.toml
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2022-09-14 01:49:01 +05:30
56530ebdfc
Metric instrumentation fastapi ( #1199 )
2022-09-12 20:11:58 +00:00
4c2382338d
fix check of is_otel_instrumented ( #1313 )
2022-09-09 10:58:31 -07:00
18e056b85a
Codespell ci ( #1237 )
2022-08-29 15:08:25 +05:30
03d97ffaf9
Remove support for 3.6 ( #853 )
2022-08-25 23:32:04 +05:30
85e532816c
Added the Licence and Manifest file
...
Co-authored-by: Sunil Sunilshidrayi.wali@fmr.com
Co-authored-by: Rahuldimri rahul.dimri@fmr.com
2022-08-25 12:39:44 +05:30
7625b82dff
Release 1.12.0-0.33b0 ( #1223 )
...
* Release 1.12.0-0.33b0
* Update API and SDK versions to 1.12
2022-08-09 21:32:17 +02:00
ee4083982f
Release 1.12.0rc2-0.32b0 ( #1174 )
2022-07-04 15:14:50 +02:00
f7409b8b98
Typo fix: caputre => capture ( #1108 )
2022-05-27 11:27:40 +05:30
10659f8970
Release 1.12.0rc1-0.31b0 ( #1094 )
2022-05-17 13:18:55 -06:00
b6964ccf3a
Release 1.11.1-0.30b1 ( #1067 )
2022-04-22 02:29:17 +05:30
26a8aa184f
Starlette: capture custom request response headers in span attributes ( #1046 )
2022-04-18 23:42:38 +05:30
3ca7e7a5a3
Release 1.11.0-0.30b0 ( #1056 )
2022-04-18 10:04:18 -07:00
45448f8bb2
FastAPI: capture custom request response headers in span attributes ( #1032 )
2022-04-11 11:10:26 -07:00
7a0caed36f
updating changelogs and version to 1.10.0-0.29b0 ( #995 ) ( #996 )
2022-03-10 17:49:49 -06:00
7bb29bd9ab
Fix typos ( #929 )
2022-03-02 14:03:34 -08:00
c8020cbea5
updating changelogs and version to 1.9.1-0.28b1 ( #887 )
...
* updating changelogs and version to 1.9.1-0.28b1
* Update CHANGELOG.md
Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>
* Update CHANGELOG.md
Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>
Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>
2022-01-31 09:40:29 +00:00
f9b4d2b864
updating changelogs and version to 1.9.0-0.28b0 ( #875 )
2022-01-26 12:00:44 -06:00
4c813c47e4
ASGI: Conditionally create SERVER spans ( #843 )
2022-01-07 15:12:58 -06:00
0786aa49ad
updating changelogs and version to 1.8.0-0.27b0 ( #835 )
2021-12-17 22:34:57 +05:30
a9507b3d1d
updating changelogs and version to 1.7.1-0.26b1 ( #809 )
2021-11-12 01:30:47 +05:30