Brett Dudo
Brett Dudo
I think I have a similar question. I'm moving an element from 1 parent to another. With no rotation, this works *beautifully*. My use case is a playing card game,...
@delner I have a question regarding timeouts and the `after_request` block (let me know if this is better suited as its own issue). We use something like this: ```ruby Datadog::Contrib::HTTP::Instrumentation.after_request...
Hey @zuzannast! Any hope here, or is this as good as abandoned (for v3)?
Seems this issue can be closed?
> Internal span (span.kind: internal) No trace metrics generated Is there a mechanism in place to create trace metrics for these, ad hoc?
With the datadog agent (I think that's where it happens, anyway) you can pass `_dd.measured` as a tag on the span to trigger trace metrics. Could we do something similar...
In those 2 examples, graphql would be behind a webserver, so not typically the root span. Cron would be, so good call on that. I guess for spans we really...
Let's add 2024 to the mix. Any update on this? I'm pulling `apache/druid:28.0.1` and still not seeing ARM support in docker hub. I see the [docs](https://github.com/apache/druid/tree/master/distribution/docker) show how to manually...
Thanks, @anuragagarwal561994! It looks like there is "official support" now, you just have to build it yourself. Unfortunately I wasn't able to compile main on my M1 last night. This...
Even the official chart relies solely on the config file. I wouldn't want to diverge too much from "upstream" in that regard.