Skip to content

Commit 7a2c703

Browse files
committed
Update xray lambda component provider name
1 parent e479f89 commit 7a2c703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-xray-propagator/src/main/java/io/opentelemetry/contrib/awsxray/propagator/internal/AwsXrayLambdaComponentProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public Class<TextMapPropagator> getType() {
1818

1919
@Override
2020
public String getName() {
21-
return "xray-lambda";
21+
return "xray_lambda";
2222
}
2323

2424
@Override

0 commit comments

Comments
 (0)