UNPKG

pinpoint-node-agent

Version:

Pinpoint APM agent for Node.js — distributed tracing, error analysis, and URI statistics

12 lines (9 loc) 367 B
/** * Pinpoint Node.js Agent * Copyright 2020-present NAVER Corp. * Apache License v2.0 */ 'use strict' const ServiceType = require('../../../context/service-type') const { ServiceTypeProperty } = require('../../../constant/service-type') module.exports = new ServiceType(2100, "MYSQL", ServiceTypeProperty.TERMINAL, ServiceTypeProperty.INCLUDE_DESTINATION_ID)