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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
-`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))
11
11
- Add request and response hooks for GRPC instrumentation (client only)
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-elasticsearch/src/opentelemetry/instrumentation/elasticsearch/__init__.py
+3-8
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,6 @@
44
44
45
45
The instrument() method accepts the following keyword args:
46
46
tracer_provider (TracerProvider) - an optional tracer provider
47
-
sanitize_query (bool) - an optional query sanitization flag
48
47
request_hook (Callable) - a function with extra user-defined logic to be performed before performing the request
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-elasticsearch/src/opentelemetry/instrumentation/elasticsearch/utils.py
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-pymemcache/src/opentelemetry/instrumentation/pymemcache/package.py
0 commit comments