In our dashboard we see metrics like ddtrot.dd.tracer.tracer.trace.buffer.fill.time that are created by the agent it self ( I think here:
|
monitoring.newTimer("tracer.trace.buffer.fill.time", "endpoint:" + mapper.endpoint()); |
)
Those metrics show up as custom metrics in the dashboard and we are billed for them. I think this should not be the case. Any metric that is created by the datadog agent should be included.
Could this be due to the shading of internal packages?
|
relocate('datadog.', 'ddtrot.dd.') { |
Support case regarding this here: https://help.datadoghq.com/hc/en-us/requests/1320104
In our dashboard we see metrics like
ddtrot.dd.tracer.tracer.trace.buffer.fill.timethat are created by the agent it self ( I think here:dd-trace-java/dd-trace-core/src/main/java/datadog/trace/common/writer/PayloadDispatcherImpl.java
Line 89 in ccdadbf
Those metrics show up as custom metrics in the dashboard and we are billed for them. I think this should not be the case. Any metric that is created by the datadog agent should be included.
Could this be due to the shading of internal packages?
dd-trace-java/dd-trace-ot/build.gradle
Line 108 in 4818319
Support case regarding this here: https://help.datadoghq.com/hc/en-us/requests/1320104