newrelic
Version:
New Relic agent
26 lines (22 loc) • 479 B
JavaScript
/*
* Copyright 2026 New Relic Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
const modName = 'kafkajs'
module.exports = {
[modName]: [{
path: './kafkajs/client-constructor.js',
instrumentations: [{
module: {
name: modName,
filePath: 'src/index.js',
versionRange: '>=2.0.0'
},
channelName: 'nr_constructor',
functionQuery: {
className: 'Client'
}
}]
}]
}