Skip to content

Commit fd37b65

Browse files
committed
fix: Typo in CFN Primary Id key name
1 parent a6db127 commit fd37b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/_aws_attribute_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
AWS_SDK_DESCENDANT: str = "aws.sdk.descendant"
1313
AWS_CONSUMER_PARENT_SPAN_KIND: str = "aws.consumer.parent.span.kind"
1414
AWS_TRACE_FLAG_SAMPLED: str = "aws.trace.flag.sampled"
15-
AWS_CLOUDFORMATION_PRIMARY_IDENTIFIER: str = "aws.remote.cfn.primary.identifier"
15+
AWS_CLOUDFORMATION_PRIMARY_IDENTIFIER: str = "aws.remote.resource.cfn.primary.identifier"
1616

1717
# AWS_#_NAME attributes are not supported in python as they are not part of the Semantic Conventions.
1818
# TODO:Move to Semantic Conventions when these attributes are added.

0 commit comments

Comments
 (0)