@@ -14,21 +14,21 @@ public interface RemoteMapper extends Mapper<List<? extends CoreSpan<?>>> {
1414
1515 RemoteMapper NO_OP = new NoopRemoteMapper ();
1616
17- byte [] RUNTIME_ID = DDTags .RUNTIME_ID_TAG .getBytes (UTF_8 );
18- byte [] LANGUAGE = DDTags .LANGUAGE_TAG_KEY .getBytes (UTF_8 );
19-
20- byte [] SERVICE = "service" .getBytes (UTF_8 );
21- byte [] NAME = "name" .getBytes (UTF_8 );
22- byte [] RESOURCE = "resource" .getBytes (UTF_8 );
23- byte [] TRACE_ID = "trace_id" .getBytes (UTF_8 );
24- byte [] SPAN_ID = "span_id" .getBytes (UTF_8 );
25- byte [] PARENT_ID = "parent_id" .getBytes (UTF_8 );
26- byte [] START = "start" .getBytes (UTF_8 );
27- byte [] DURATION = "duration" .getBytes (UTF_8 );
28- byte [] TYPE = "type" .getBytes (UTF_8 );
29- byte [] ERROR = "error" .getBytes (UTF_8 );
30- byte [] METRICS = "metrics" .getBytes (UTF_8 );
31- byte [] META = "meta" .getBytes (UTF_8 );
17+ static final byte [] RUNTIME_ID = DDTags .RUNTIME_ID_TAG .getBytes (UTF_8 );
18+ static final byte [] LANGUAGE = DDTags .LANGUAGE_TAG_KEY .getBytes (UTF_8 );
19+
20+ static final byte [] SERVICE = "service" .getBytes (UTF_8 );
21+ static final byte [] NAME = "name" .getBytes (UTF_8 );
22+ static final byte [] RESOURCE = "resource" .getBytes (UTF_8 );
23+ static final byte [] TRACE_ID = "trace_id" .getBytes (UTF_8 );
24+ static final byte [] SPAN_ID = "span_id" .getBytes (UTF_8 );
25+ static final byte [] PARENT_ID = "parent_id" .getBytes (UTF_8 );
26+ static final byte [] START = "start" .getBytes (UTF_8 );
27+ static final byte [] DURATION = "duration" .getBytes (UTF_8 );
28+ static final byte [] TYPE = "type" .getBytes (UTF_8 );
29+ static final byte [] ERROR = "error" .getBytes (UTF_8 );
30+ static final byte [] METRICS = "metrics" .getBytes (UTF_8 );
31+ static final byte [] META = "meta" .getBytes (UTF_8 );
3232
3333 UTF8BytesString HTTP_STATUS = UTF8BytesString .create (Tags .HTTP_STATUS );
3434
0 commit comments