public static final java.lang.String |
COUNT_EXEC_MSGS_OUT_DESC |
"Number of outgoing messages from execution" |
public static final java.lang.String |
COUNT_EXEC_MSGS_OUT_NAME |
"mats.exec.msgsout.quantity" |
public static final java.lang.String |
LOG_PREFIX |
"#MATSMETRICS# " |
public static final int |
MAX_NUMBER_OF_METRICS |
200 |
public static final java.lang.String |
METRIC_EXEC_OPS_MEASURE_PREFIX |
"mats.exec.ops.measure." |
public static final java.lang.String |
METRIC_EXEC_OPS_TIMING_PREFIX |
"mats.exec.ops.time." |
public static final java.lang.String |
SIZE_MSG_ENVELOPE_DESC |
"Outgoing mats envelope full size" |
public static final java.lang.String |
SIZE_MSG_ENVELOPE_NAME |
"mats.msg.envelope" |
public static final java.lang.String |
SIZE_MSG_WIRE_DESC |
"Outgoing mats envelope wire size" |
public static final java.lang.String |
SIZE_MSG_WIRE_NAME |
"mats.msg.wire" |
public static final java.lang.String |
TIMER_EXEC_DB_COMMIT_DESC |
"Part of total time taken to commit database" |
public static final java.lang.String |
TIMER_EXEC_DB_COMMIT_NAME |
"mats.exec.db.commit" |
public static final java.lang.String |
TIMER_EXEC_MSGS_OUT_DESC |
"Part of total time taken to produce, serialize and compress all envelopes, and produce and send all system messages" |
public static final java.lang.String |
TIMER_EXEC_MSGS_OUT_NAME |
"mats.exec.msgsout" |
public static final java.lang.String |
TIMER_EXEC_MSGSYS_COMMIT_DESC |
"Part of total time taken to commit message system" |
public static final java.lang.String |
TIMER_EXEC_MSGSYS_COMMIT_NAME |
"mats.exec.msgsys.commit" |
public static final java.lang.String |
TIMER_EXEC_TOTAL_DESC |
"Total time taken to execute init or stage" |
public static final java.lang.String |
TIMER_EXEC_TOTAL_NAME |
"mats.exec.total" |
public static final java.lang.String |
TIMER_EXEC_USER_LAMBDA_DESC |
" Part of total time taken for the actual user lambda, including e.g. any external IO like DB, but excluding all system code, in particular message creation, and commits." |
public static final java.lang.String |
TIMER_EXEC_USER_LAMBDA_NAME |
"mats.exec.userlambda" |
public static final java.lang.String |
TIMER_MSG_MSGSYS_SEND_DESC |
"From total, time taken to produce and send message" |
public static final java.lang.String |
TIMER_MSG_MSGSYS_SEND_NAME |
"mats.msg.msgsys.send" |
public static final java.lang.String |
TIMER_MSG_TOTAL_DESC |
"Total time taken to produce, serialize and compress envelope, and produce and send system message" |
public static final java.lang.String |
TIMER_MSG_TOTAL_NAME |
"mats.msg.total" |