We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4aa8be commit b3c970dCopy full SHA for b3c970d
dd-trace-ot/src/main/java/datadog/opentracing/DDTracer.java
@@ -441,7 +441,7 @@ public String toString() {
441
442
@Deprecated
443
private static Map<String, String> customRuntimeTags(
444
- final String runtimeId, Map<String, String> applicationRootSpanTags) {
+ final String runtimeId, final Map<String, String> applicationRootSpanTags) {
445
final Map<String, String> runtimeTags = new HashMap<>(applicationRootSpanTags);
446
runtimeTags.put(Config.RUNTIME_ID_TAG, runtimeId);
447
return Collections.unmodifiableMap(runtimeTags);
0 commit comments