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: instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/__init__.py
+46-18Lines changed: 46 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,15 @@
13
13
# limitations under the License.
14
14
15
15
"""
16
-
Instrument `Botocore`_ to trace service requests.
16
+
Instrument `botocore`_ and `aiobotocore`_ to trace service requests.
17
17
18
18
There are two options for instrumenting code. The first option is to use the
19
19
``opentelemetry-instrument`` executable which will automatically
20
-
instrument your Botocore client. The second is to programmatically enable
20
+
instrument your botocore or aiobotocore client. The second is to programmatically enable
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/__init__.py
0 commit comments