mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 18:09:54 +08:00
根据压测结果调参
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
*/
|
||||
package sanbing.jcpp.infrastructure.queue.common;
|
||||
|
||||
import static sanbing.jcpp.infrastructure.util.trace.TracerContextUtil.*;
|
||||
|
||||
/**
|
||||
* @author baigod
|
||||
*/
|
||||
@@ -11,5 +13,10 @@ public final class QueueConstants {
|
||||
|
||||
public static final String MSG_MD_PREFIX = "jcpp_";
|
||||
|
||||
public static final String MSG_MD_TS = "ts";
|
||||
public static final String MSG_MD_TRACER_ID = MSG_MD_PREFIX + JCPP_TRACER_ID;
|
||||
|
||||
public static final String MSG_MD_TRACER_ORIGIN = MSG_MD_PREFIX + JCPP_TRACER_ORIGIN;
|
||||
|
||||
public static final String MSG_MD_TRACER_TS = MSG_MD_PREFIX + JCPP_TRACER_TS;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user