Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ppittle committed Dec 19, 2024
1 parent 4e8d265 commit 59a6a9f
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 72 deletions.
2 changes: 1 addition & 1 deletion src/OpenTelemetry.Resources.AWS/AWSEKSDetector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ internal static List<KeyValuePair<string, object>> ExtractResourceAttributes(str
.AddAttributeCloudProvider(AWSSemanticConventions.CloudProviderValuesAws)
.AddAttributeCloudPlatform(AWSSemanticConventions.CloudPlatformValuesAwsEks)
.AddAttributeK8SClusterName(clusterName)
.AddAttributeContainerID(containerId);
.AddAttributeContainerId(containerId);

return resourceAttributes;
}
Expand Down
Loading

0 comments on commit 59a6a9f

Please sign in to comment.