Describe the bug
Since I upgraded dd-trace from 0.15.5 to 0.17.0 the reported run-time metrics have a duplicate runtime.node prefix. For example:
I looks like this PR introduced the duplication.
Environment
- Operation system: node:12 Docker image based on Debian
- Node version: 12.14.1 LTS
- Tracer version: 0.17.0
- Agent version: 6.9.0
Describe the bug
Since I upgraded
dd-tracefrom 0.15.5 to 0.17.0 the reported run-time metrics have a duplicateruntime.nodeprefix. For example:runtime.node.cpu.totalruntime.node.runtime.node.cpu.totalI looks like this PR introduced the duplication.
Environment