Riccardo Magliocchetti
3669b477bd
requirements: Bump urllib3 to latest ( #2618 )
2024-06-20 09:26:01 -07:00
Riccardo Magliocchetti
ab0ea0e0f9
Add support for python 3.12 ( #2572 )
2024-06-10 12:49:10 -07:00
Riccardo Magliocchetti
bc4b0493b9
requirements: bump pytest to 7.4.4 ( #2587 )
2024-06-07 08:53:22 -07:00
OpenTelemetry Bot
0db9dbe311
Update version to 1.26.0.dev/0.47b0.dev ( #2568 )
2024-05-30 18:48:51 -07:00
Riccardo Magliocchetti
eb8e45695e
elasticsearch: don't produce spans if native elasticsearch support is enabled ( #2524 )
2024-05-24 13:13:37 -07:00
Riccardo Magliocchetti
6a40ffd905
elasticsearch: tests against elasticsearch 8 ( #2420 )
...
* elasticsearch: bump handled version to 6.0
After 4de0e5659d
* elasticsearch: tests against elasticsearch 8
2024-05-14 14:59:41 -05:00
Riccardo Magliocchetti
3291f38e8d
elasticsearch: test against elasticsearch 7 ( #2431 )
...
* Update core repo SHA
* elasticsearch: test against elasticsearch 7
---------
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2024-04-28 09:20:17 -05:00
Riccardo Magliocchetti
a0c3211c4f
Bump black to 24.3.0 ( #2452 )
2024-04-23 08:45:48 -07:00
Diego Hurtado
2718ffc7a7
Fix elasticsearch test requirements file name ( #2443 )
...
Fixes #2442
Co-authored-by: Leighton Chen <lechen@microsoft.com>
2024-04-22 13:48:51 -05:00
Severin Neumann
7f4853ac79
fix: revert modifications to Apache license ( #2429 )
...
* fix: revert modifications to Apache license
See open-telemetry/community#2056 for background
* path all LICENSE files
Signed-off-by: svrnm <neumanns@cisco.com>
* Fix missing LICENSE files
---------
Signed-off-by: svrnm <neumanns@cisco.com>
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2024-04-22 13:23:38 -05:00
Riccardo Magliocchetti
4de0e5659d
elasticsearch: stop testing on ancient versions ( #2422 )
...
Pick 6.0 as the baseline.
2024-04-18 08:57:26 -05:00
OpenTelemetry Bot
24eadcf63d
Update version to 1.25.0.dev/0.46b0.dev ( #2376 )
2024-03-28 14:25:18 -07:00
Riccardo Magliocchetti
ca082a7c52
elasticsearch: don't set body as db statement for bulk requests ( #2355 )
...
* elasticsearch: don't set body as db statement for bulk requests
bulk requests can be too big and diverse to make sense as db statement.
Other than that the sanitizer currently only handles dicts so it's
crashing.
Closes #2150
Co-authored-by: Jason Mobarak <git@jason.mobarak.name>
Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
* Update CHANGELOG
* Please the linter
---------
Co-authored-by: Jason Mobarak <git@jason.mobarak.name>
Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
2024-03-22 16:56:29 -06:00
Diego Hurtado
8f02162221
Remove [test] package from elasticsearch configuration ( #2312 )
...
Fixes #3745
2024-03-15 15:26:38 -06:00
OpenTelemetry Bot
d2d4561593
Update version to 1.24.0.dev/0.45b0.dev ( #2262 )
2024-02-23 10:13:21 -08:00
Diego Hurtado
6c13a5eddc
Drop support for 3.7 ( #2152 )
...
* Drop support for 3.7
Fixes #2151
* Remove 37
2024-02-03 11:57:08 -06:00
OpenTelemetry Bot
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
Srikanth Chekuri
5888d4ef95
Enable lint on CI and update deps ( #2067 )
...
* Fix black an isort
* change bootstrap_gen to use a list instead of dict
* Bunch of updates
* Fix build
* fix lint
* Fix docs
* Fix lint
* More fixes
* Fix lint
* fix stupid mistake
---------
Co-authored-by: Christian Hartung <christian.hartung@olist.com>
2023-11-21 10:25:11 +02:00
OpenTelemetry Bot
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
Liudmila Molkova
4f6618324d
Set schema_url on all tracers and meters ( #1977 )
2023-11-06 11:39:51 -08:00
OpenTelemetry Bot
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
OpenTelemetry Bot
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
Tammy Baylis
e70437a36e
Add conditional elastic_transport import ( #1810 )
...
* Add conditional elastic_transport import
* Update changelog
* Add future es8 tests
* Update CHANGELOG.md
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
* Add license, rm pylint disable
* Consistent elastic version check
* lint import
* Update CHANGELOG.md
---------
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
2023-06-25 08:25:09 +03:00
Nimrod Shlagman
c9004bd375
Fix elastic-search sanitization for bulk queries ( #1870 )
...
* support sanitization for str body response
* add CHANGELOG entry
---------
Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
2023-06-25 07:44:57 +03:00
OpenTelemetry Bot
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
Nimrod Shlagman
19fe7713e2
Sanitize DB_STATEMENT by default for elasticsearch ( #1758 )
2023-04-23 22:55:05 +05:30
OpenTelemetry Bot
e4d8f10ecd
Update version to 1.18.0.dev/0.39b0.dev ( #1723 )
2023-03-22 22:01:45 +05:30
Akochavi
aa6397ad59
Audit and test opentelemetry-instrumentation-elasticsearch NoOpTracer… ( #1616 )
...
* Audit and test opentelemetry-instrumentation-elasticsearch NoOpTracerProvider
* wip
* wip
* wip
* wip
* wip
---------
Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-02-18 02:07:07 +00:00
OpenTelemetry Bot
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
Nimrod Shlagman
df32e8ca7f
add elasticsearch db.statement sanitization ( #1598 )
2023-02-10 06:20:42 +05:30
Tom de Bruijn
78874df5c2
Fix install of Python 3.10 on GitHub Actions ( #1609 )
...
* Fix install of Python 3.10 on GitHub Actions
In PR #1604 the Python version was upgraded to Python 3.10 to fix a
local issue on M1 MacBooks.
The GitHub Action workflows now exit with the following message for the
docker-tests, spellcheck and lint checks, skipping these checks.
```
lint create: /home/runner/work/opentelemetry-python-contrib/opentelemetry-python-contrib/.tox/lint
SKIPPED: InterpreterNotFound: python3.10
___________________________________ summary ____________________________________
SKIPPED: lint: InterpreterNotFound: python3.10
congratulations :)
```
Upgrade the Python version in the GitHub Actions workflow to fix this.
* Fix YAML interpretation of Python 3.10
* Upgrade Docker tests dependencies
Upgrade the asyncpg and psycopg2 packages, they don't work on Python
3.10.
This also fixes running these tests no M1 MacBooks.
* Fix linter issues merged into main
They went unnoticed while the CI didn't fail on the lint task not
working.
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-02-03 08:37:24 +05:30
Nimrod Shlagman
3dc2f8ee30
add elasticsearch to docs ( #1542 )
2023-01-06 20:35:44 +00:00
Srikanth Chekuri
0f2451be26
Update version to 1.16.0.dev/0.37b0.dev ( #1485 )
2022-12-10 04:03:22 +05:30
Srikanth Chekuri
71781d3964
updating changelogs and version to 1.15.0-0.36b0 ( #1482 )
2022-12-10 02:33:51 +05:30
Artem Rys
155fc46596
Minor refactoring ( #1169 )
...
* Minor refactoring across multiple instrumentation libraries
* Reformat using black
* Put span_kind back in aws_lambda
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2022-12-03 13:11:06 +00:00
Leighton Chen
af972a07a9
Create RELEASING.md, Update version to 1.15.0.dev/0.36b0.dev ( #1429 )
2022-11-03 13:26:58 -07:00
Leighton Chen
05e23cd280
[release/v1.14.x-0.35bx] Prepare release 1.14.0/0.35b0 ( #1428 )
2022-11-03 10:30:35 -07:00
Leighton Chen
5c67dee23d
Change to use local dev versions ( #1425 )
2022-11-02 10:19:40 -07:00
Srikanth Chekuri
38d384a2ae
Add support for py3.11 ( #1415 )
2022-10-31 21:19:50 +00:00
Srikanth Chekuri
b2923e02fa
updating changelogs and version to 1.13.0-0.34b0 ( #1352 )
2022-09-27 03:12:18 +05:30
rahuldimri
156203ca79
Spelling mistake on line number 133. ( #1331 )
2022-09-18 02:46:22 +00:00
Ofek Lev
b90c069eb0
Update package metadata opentelemetry-instrumentation-elasticsearch ( #1276 )
2022-09-14 00:42:56 +05:30
Diego Hurtado
03d97ffaf9
Remove support for 3.6 ( #853 )
2022-08-25 23:32:04 +05:30
Diego Hurtado
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
Diego Hurtado
ee4083982f
Release 1.12.0rc2-0.32b0 ( #1174 )
2022-07-04 15:14:50 +02:00
Diego Hurtado
10659f8970
Release 1.12.0rc1-0.31b0 ( #1094 )
2022-05-17 13:18:55 -06:00
Srikanth Chekuri
b6964ccf3a
Release 1.11.1-0.30b1 ( #1067 )
2022-04-22 02:29:17 +05:30
Leighton Chen
3ca7e7a5a3
Release 1.11.0-0.30b0 ( #1056 )
2022-04-18 10:04:18 -07:00
zhutianyu
db478789e4
bugfix: correct generate search span_name ( #1018 )
2022-03-24 10:56:52 -07:00
Diego Hurtado
7a0caed36f
updating changelogs and version to 1.10.0-0.29b0 ( #995 ) ( #996 )
2022-03-10 17:49:49 -06:00