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 a6db127 commit fd37b65Copy full SHA for fd37b65
aws-opentelemetry-distro/src/amazon/opentelemetry/distro/_aws_attribute_keys.py
@@ -12,7 +12,7 @@
12
AWS_SDK_DESCENDANT: str = "aws.sdk.descendant"
13
AWS_CONSUMER_PARENT_SPAN_KIND: str = "aws.consumer.parent.span.kind"
14
AWS_TRACE_FLAG_SAMPLED: str = "aws.trace.flag.sampled"
15
-AWS_CLOUDFORMATION_PRIMARY_IDENTIFIER: str = "aws.remote.cfn.primary.identifier"
+AWS_CLOUDFORMATION_PRIMARY_IDENTIFIER: str = "aws.remote.resource.cfn.primary.identifier"
16
17
# AWS_#_NAME attributes are not supported in python as they are not part of the Semantic Conventions.
18
# TODO:Move to Semantic Conventions when these attributes are added.
0 commit comments