We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e19ce1 commit 7087a94Copy full SHA for 7087a94
packages/datadog-plugin-dd-trace-api/src/index.js
@@ -28,7 +28,7 @@ module.exports = class DdTraceApiPlugin extends Plugin {
28
})
29
30
const handleEvent = (name) => {
31
- const counter = apiMetrics.count('dd_trace_api.called', [
+ const counter = apiMetrics.count('public_api.called', [
32
`name:${name.replaceAll(':', '.')}`,
33
'api_version:v1',
34
injectionEnabledTag
0 commit comments