Skip to content

Commit 83d314d

Browse files
authored
Merge branch 'main' into headers-regex
2 parents 7f7c62e + 2ce69a6 commit 83d314d

File tree

129 files changed

+1465
-360
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+1465
-360
lines changed

.github/component_owners.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
components:
22

3+
instrumentation/opentelemetry-instrumentation-aio-pika:
4+
- ofek1weiss
5+
36
instrumentation/opentelemetry-instrumentation-boto3sqs:
47
- oxeye-nikolay
58
- nikosokolik
@@ -11,6 +14,9 @@ components:
1114
- oxeye-nikolay
1215
- nikosokolik
1316

17+
instrumentation/opentelemetry-instrumentation-redis:
18+
- sungwonh
19+
1420
instrumentation/opentelemetry-instrumentation-remoulade:
1521
- ben-natan
1622
- machine424

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'release/*'
77
pull_request:
88
env:
9-
CORE_REPO_SHA: d4d7c67663cc22615748d632e1c8c5799e8eacae
9+
CORE_REPO_SHA: 05d251c5d6baefe2f084e7361cb144c4fa10da96
1010

1111
jobs:
1212
build:

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.12.0rc1-0.31b0...HEAD)
8+
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.12.0rc2-0.32b0...HEAD)
9+
- Adding multiple db connections support for django-instrumentation's sqlcommenter
10+
([#1187](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1187))
11+
12+
### Added
13+
- `opentelemetry-instrumentation-redis` add support to instrument RedisCluster clients
14+
([#1177](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1177))
15+
- `opentelemetry-instrumentation-sqlalchemy` Added span for the connection phase ([#1133](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1133))
16+
17+
## [1.12.0rc2-0.32b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.12.0rc2-0.32b0) - 2022-07-01
18+
19+
920
- Pyramid: Only categorize 500s server exceptions as errors
1021
([#1037](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1037))
1122

@@ -43,6 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4354
([#1127](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1127))
4455
- Add metric instrumentation for WSGI
4556
([#1128](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1128))
57+
- `opentelemetry-instrumentation-aio-pika` added RabbitMQ aio-pika module instrumentation.
58+
([#1095](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1095))
4659
- `opentelemetry-instrumentation-requests` Restoring metrics in requests
4760
([#1110](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1110))
4861
- Integrated sqlcommenter plugin into opentelemetry-instrumentation-django

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,16 @@ Meeting notes are available as a public [Google doc](https://docs.google.com/doc
9595
Approvers ([@open-telemetry/python-approvers](https://github.com/orgs/open-telemetry/teams/python-approvers)):
9696

9797
- [Aaron Abbott](https://github.com/aabmass), Google
98-
- [Alex Boten](https://github.com/codeboten), Lightstep
9998
- [Nathaniel Ruiz Nowell](https://github.com/NathanielRN), AWS
10099
- [Owais Lone](https://github.com/owais), Splunk
101100
- [Sanket Mehta](https://github.com/sanketmehta28), Cisco
102101
- [Ashutosh Goel](https://github.com/ashu658), Cisco
103102

103+
Emeritus Approvers:
104+
105+
- [Hector Hernandez](https://github.com/hectorhdzg), Microsoft
106+
- [Yusuke Tsutsumi](https://github.com/toumorokoshi), Google
107+
104108
*Find more about the approver role in [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#approver).*
105109

106110
Maintainers ([@open-telemetry/python-maintainers](https://github.com/orgs/open-telemetry/teams/python-maintainers)):
@@ -109,6 +113,10 @@ Maintainers ([@open-telemetry/python-maintainers](https://github.com/orgs/open-t
109113
- [Leighton Chen](https://github.com/lzchen), Microsoft
110114
- [Srikanth Chekuri](https://github.com/srikanthccv)
111115

116+
Emeritus Maintainers:
117+
118+
- [Alex Boten](https://github.com/codeboten), Lightstep
119+
112120
*Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#maintainer).*
113121

114122
## Running Tests Locally

_template/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.31b0"
15+
__version__ = "0.32b0"

eachdist.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sortfirst=
1616
ext/*
1717

1818
[stable]
19-
version=1.12.0rc1
19+
version=1.12.0rc2
2020

2121
packages=
2222
opentelemetry-sdk
@@ -34,7 +34,7 @@ packages=
3434
opentelemetry-api
3535

3636
[prerelease]
37-
version=0.31b0
37+
version=0.32b0
3838

3939
packages=
4040
all

exporter/opentelemetry-exporter-richconsole/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install_requires =
4343
rich>=10.0.0
4444
opentelemetry-api ~= 1.3
4545
opentelemetry-sdk ~= 1.3
46-
opentelemetry-semantic-conventions == 0.31b0
46+
opentelemetry-semantic-conventions == 0.32b0
4747

4848
[options.packages.find]
4949
where = src

exporter/opentelemetry-exporter-richconsole/src/opentelemetry/exporter/richconsole/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.31b0"
15+
__version__ = "0.32b0"

instrumentation/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
| Instrumentation | Supported Packages | Metrics support |
33
| --------------- | ------------------ | --------------- |
4+
| [opentelemetry-instrumentation-aio-pika](./opentelemetry-instrumentation-aio-pika) | aio_pika ~= 7.2.0 | No
45
| [opentelemetry-instrumentation-aiohttp-client](./opentelemetry-instrumentation-aiohttp-client) | aiohttp ~= 3.0 | No
56
| [opentelemetry-instrumentation-aiopg](./opentelemetry-instrumentation-aiopg) | aiopg >= 0.13.0, < 1.3.0 | No
67
| [opentelemetry-instrumentation-asgi](./opentelemetry-instrumentation-asgi) | asgiref ~= 3.0 | No
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
OpenTelemetry Aio-pika Instrumentation
2+
======================================
3+
4+
|pypi|
5+
6+
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-aio-pika.svg
7+
:target: https://pypi.org/project/opentelemetry-instrumentation-aio-pika/
8+
9+
This library allows tracing requests made by the Aio-pika library.
10+
11+
Installation
12+
------------
13+
14+
::
15+
16+
pip install opentelemetry-instrumentation-aio-pika
17+
18+
References
19+
----------
20+
21+
* `OpenTelemetry Aio-pika instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/aio-pika/aio-pika.html>`_
22+
* `OpenTelemetry Project <https://opentelemetry.io/>`_
23+
* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_

0 commit comments

Comments
 (0)