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 e5689e6 commit eff3aaeCopy full SHA for eff3aae
aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test_aws_span_processing_util.py
@@ -7,6 +7,7 @@
7
8
from amazon.opentelemetry.distro._aws_attribute_keys import AWS_CONSUMER_PARENT_SPAN_KIND, AWS_LOCAL_OPERATION
9
from amazon.opentelemetry.distro._aws_span_processing_util import (
10
+ _AWS_LAMBDA_FUNCTION_NAME,
11
MAX_KEYWORD_LENGTH,
12
_get_dialect_keywords,
13
extract_api_path_value,
@@ -19,7 +20,6 @@
19
20
should_generate_dependency_metric_attributes,
21
should_generate_service_metric_attributes,
22
should_use_internal_operation,
- _AWS_LAMBDA_FUNCTION_NAME,
23
)
24
from opentelemetry.sdk.trace import Span, SpanContext
25
from opentelemetry.sdk.util.instrumentation import InstrumentationScope
0 commit comments