Skip to content

Commit

Permalink
fix runtime metrics having prefix in double (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev authored Jan 30, 2020
1 parent 2da2ceb commit 66470ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dd-trace/src/platform/node/metrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ module.exports = function () {
client = new Client({
host: this._config.hostname,
port: this._config.dogstatsd.port,
prefix: 'runtime.node.',
tags
})

Expand Down

0 comments on commit 66470ed

Please sign in to comment.