Skip to content

Commit ee6423f

Browse files
authored
change telemetry name for dd-trace-api (#5264)
This is as per the landed change in dd-go.
1 parent 80800d6 commit ee6423f

File tree

1 file changed

+1
-1
lines changed
  • packages/datadog-plugin-dd-trace-api/src

1 file changed

+1
-1
lines changed

packages/datadog-plugin-dd-trace-api/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = class DdTraceApiPlugin extends Plugin {
2828
})
2929

3030
const handleEvent = (name) => {
31-
const counter = apiMetrics.count('dd_trace_api.called', [
31+
const counter = apiMetrics.count('public_api.called', [
3232
`name:${name.replaceAll(':', '.')}`,
3333
'api_version:v1',
3434
injectionEnabledTag

0 commit comments

Comments
 (0)