Raphaël Vandon
Raphaël Vandon
I don't have anything against converting this metric to milliseconds, I believe I wasn't aware of that statsd recommendation when I wrote that code. However, there are plenty of other...
I think you are doing the wrong injection type. Pathway contexts are for DSM. This is not useless, but if you want to do trace context propagation, you need to...
> Would it be possible to add tests? yes I'll look into it. For now, it seems there _might_ be some tests failing, that I cannot reproduce locally :( I...
To answer your question, yes the context info is a reference to an APM trace (and span), this is how full propagation works for SQL server. In your case, it...
To gain some time, you can attach the [tracer debug logs](https://docs.datadoghq.com/tracing/troubleshooting/tracer_debug_logs/?code-lang=dotnet) to your support ticket, making sure it covers a time frame where at least one SQL request was made.
> Was this not added to make sure that things didn't break when we enable DBM? 🤔 I just went over this with Steven, it says "DBM enabled" but the...
got merged as commit 3f0d900ebeaccf666cbc346f0b63148d4a9c4fd8 but somehow this PR's status didn't get updated 🤔
 I think I just found a bug in our oracle instrumentation from the difference in snapshots between netcore21 and the rest of what we're testing. It seems we're missing...
Hello, thank you for the report. This is marked as an error because it generates an Exception that is not handled within the scope of the span. You can see...
The thing is that where the error is captured, we just see it as an exception being thrown by a Java service, which we record as an error. We don't...