UNPKG

pinpoint-node-agent

Version:
12 lines (9 loc) 426 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(2501, "POSTGRESQL_EXECUTE_QUERY", ServiceTypeProperty.TERMINAL, ServiceTypeProperty.RECORD_STATISTICS, ServiceTypeProperty.INCLUDE_DESTINATION_ID)