We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef3c8b commit bce20a8Copy full SHA for bce20a8
instrumentation/opentelemetry-instrumentation-botocore/tests/test_botocore_lambda.py
@@ -292,3 +292,5 @@ def test_get_event_source_mapping(self):
292
uuid = span.attributes.get(AWS_LAMBDA_RESOURCE_MAPPING_ID)
293
self.assertIsNotNone(uuid)
294
self.assertEqual(expected_uuid, uuid)
295
+ self.assertIsNone(span.attributes.get(AWS_LAMBDA_FUNCTION_ARN))
296
+ self.assertIsNone(span.attributes.get(AWS_LAMBDA_FUNCTION_NAME))
0 commit comments