UNPKG

moleculer-io

Version:

An API GateWay service for Moleculer using Socket.IO

9 lines (7 loc) 295 B
"use strict"; module.exports = { METRIC_SOCKET_IO_MESSAGES_TOTAL: "moleculer.io.messages.total", METRIC_SOCKET_IO_MESSAGES_ACTIVE: "moleculer.io.messages.active", METRIC_SOCKET_IO_MESSAGES_TIME: "moleculer.io.messages.time", METRIC_SOCKET_IO_SOCKETS_ACTIVE: "moleculer.io.socket.active" };