Skip to content

Commit 20b7a86

Browse files
Update instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/secretsmanager.py
Co-authored-by: Tammy Baylis <[email protected]>
1 parent aedb099 commit 20b7a86

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/secretsmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
class _SecretsManagerExtension(_AwsSdkExtension):
2727
def extract_attributes(self, attributes: _AttributeMapT):
2828
"""
29-
SecretId can be secret name or secret arn, the function extracts attributes
29+
SecretId is extracted if a secret ARN, the function extracts the attribute
3030
only if the SecretId parameter is provided as an arn which starts with
3131
`arn:aws:secretsmanager:`
3232
"""

0 commit comments

Comments
 (0)