[유치수] [NOBTS] modify class associated with Tagging.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@534 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2012-08-27 01:38:06 +00:00
parent df7ee7c408
commit 0691d11e6d
17 changed files with 403 additions and 3256 deletions
@@ -2,9 +2,11 @@ package com.profiler.context;
public enum Header {
HTTP_TRACE_ID("x-tracer-trace_id"),
HTTP_TRACE_DEBUG("x-tracer-debug"),
HTTP_TRACE_PARENT_SPAN_ID("x-tracer-parent_span_id");
HTTP_TRACE_ID("X-TRACER-TraceID"),
HTTP_SPAN_ID("X-TRACER-SpanID"),
HTTP_PARENT_SPAN_ID("X-TRACER-ParentSpanID"),
HTTP_SAMPLED("X-TRACER-Sampled"),
HTTP_FLAGS("X-TRACER-Flags");
private String token;