UNPKG

pinpoint-node-agent

Version:
18 lines (14 loc) 249 B
/** * Pinpoint Node.js Agent * Copyright 2020-present NAVER Corp. * Apache License v2.0 */ 'use strict' const CommandType = { ECHO: 710, ACTIVE_THREAD_COUNT: 730, ACTIVE_THREAD_COUNT_RESPONSE: 731, } module.exports = { CommandType, }