ca-apm-probe
Version:
CA APM Node.js Agent monitors real-time health and performance of Node.js applications
12 lines (11 loc) • 523 B
JavaScript
module.exports = Object.freeze({
LONG_FLUCTUATING_COUNTER: 258,
LONG_MONOTONICALLY_INCREASING_COUNTER: 1048834,
LONG_INTERVAL_COUNTER: 8194, // for aggregating values e.g. Responses Per Interval
LONG_DURATION: 1026, // for reporting average across multiple values e.g. Average Response Time
LONG_DURATION_DIRECT: 1058, //metric value associated to this type is set directly without calculating average
LONG_CONSTANT: 18,
STRING_CONSTANT: 21,
STRING_EVENT: 4101,
LONG_TIMESTAMP: 2050
});