You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`opentelemetry-instrumentation-system-metrics` Add `process.` prefix to `runtime.memory`, `runtime.cpu.time`, and `runtime.gc_count`. Change `runtime.memory` from count to UpDownCounter. ([#1735](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1735))
13
+
- Add request and response hooks for GRPC instrumentation (client only)
Copy file name to clipboardExpand all lines: exporter/opentelemetry-exporter-prometheus-remote-write/src/opentelemetry/exporter/prometheus_remote_write/version.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@
12
12
# See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-aio-pika/src/opentelemetry/instrumentation/aio_pika/version.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@
12
12
# See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-aiohttp-client/src/opentelemetry/instrumentation/aiohttp_client/version.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@
12
12
# See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-asyncpg/src/opentelemetry/instrumentation/asyncpg/version.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@
12
12
# See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-aws-lambda/src/opentelemetry/instrumentation/aws_lambda/__init__.py
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-aws-lambda/src/opentelemetry/instrumentation/aws_lambda/version.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@
12
12
# See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-boto3sqs/src/opentelemetry/instrumentation/boto3sqs/__init__.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ class Boto3SQSInstrumentor(BaseInstrumentor):
101
101
classContextableList(list):
102
102
"""
103
103
Since the classic way to process SQS messages is using a `for` loop, without a well defined scope like a
104
-
callback - we are doing something similar to the instrumentaiton of Kafka-python and instrumenting the
104
+
callback - we are doing something similar to the instrumentation of Kafka-python and instrumenting the
105
105
`__iter__` functions and the `__getitem__` functions to set the span context of the addressed message. Since
106
106
the return value from an `SQS.ReceiveMessage` returns a builtin list, we cannot wrap it and change all of the
107
107
calls for `list.__iter__` and `list.__getitem__` - therefore we use ContextableList. It is bound to the
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-boto3sqs/src/opentelemetry/instrumentation/boto3sqs/version.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@
12
12
# See the License for the specific language governing permissions and
0 commit comments