Skip to content

Commit 1f9f544

Browse files
lukeina2zthpierce
andauthored
Update awsagentprovider/src/main/java/software/amazon/opentelemetry/javaagent/providers/AwsMetricAttributeGenerator.java
Co-authored-by: Thomas Pierce <[email protected]>
1 parent 185246d commit 1f9f544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awsagentprovider/src/main/java/software/amazon/opentelemetry/javaagent/providers/AwsMetricAttributeGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ private static String getRemoteService(SpanData span, AttributeKey<String> remot
949949
}
950950

951951
static String getRemoteServiceWithFallback(
952-
SpanData span, AttributeKey<String> remoteSvcKey, AttributeKey<String> remoteSvcFallbackKey) {
952+
SpanData span, AttributeKey<String> remoteServiceKey, AttributeKey<String> remoteServiceFallbackKey) {
953953
String remoteService = span.getAttributes().get(remoteSvcKey);
954954
if (remoteService == null) {
955955
return getRemoteService(span, remoteSvcFallbackKey);

0 commit comments

Comments
 (0)