Skip to content

Commit

Permalink
change telemetry name for dd-trace-api (#5264)
Browse files Browse the repository at this point in the history
This is as per the landed change in dd-go.
  • Loading branch information
bengl authored Feb 13, 2025
1 parent 80800d6 commit ee6423f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datadog-plugin-dd-trace-api/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = class DdTraceApiPlugin extends Plugin {
})

const handleEvent = (name) => {
const counter = apiMetrics.count('dd_trace_api.called', [
const counter = apiMetrics.count('public_api.called', [
`name:${name.replaceAll(':', '.')}`,
'api_version:v1',
injectionEnabledTag
Expand Down

0 comments on commit ee6423f

Please sign in to comment.