Skip to content

Commit

Permalink
Merge pull request #32 from appoptics/NH-2314-parent-id
Browse files Browse the repository at this point in the history
NH-2314: update key name
  • Loading branch information
jiwen624 authored Feb 24, 2022
2 parents 36bde56 + f66cdf1 commit c7667f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ public class Constants {
public static final String SW_SAMPLER = SW_INTERNAL_ATTRIBUTE_PREFIX + "sampler";
public static final String W3C_KEY_PREFIX = "w3c.";
public static final String SW_UPSTREAM_TRACESTATE = SW_KEY_PREFIX + W3C_KEY_PREFIX + "tracestate";
public static final String SW_PARENT_ID = SW_KEY_PREFIX + "parent_id";
public static final String SW_PARENT_ID = SW_KEY_PREFIX + "tracestate_parent_id";
}

0 comments on commit c7667f7

Please sign in to comment.