TonyCTHsu
TonyCTHsu
👋 @heka1024 , Thanks for the feedback, I will take it back to our team. As far as I remembered, whitelisting tasks makes sense to avoid long running tasks that...
@kbariotis , thanks for reporting! I think your description makes perfect sense. Currently, the code defining `service_name` for graphql is sitting at `graphql-ruby` repository. https://github.com/rmosolgo/graphql-ruby/blob/master/lib/graphql/tracing/data_dog_tracing.rb#L55 I will need to figured...
>I tried your suggestion already and it still doesn't work. It doesn't picks up the service_name parameter at all. 👋 @kbariotis , Sorry to hear that the snippet would not...
👋 @kbariotis, Sorry to keep you waiting, I was not able to reproduce it. I have setup a rails app with graphql and ddtrace at Branch: `tonycthsu/graphql-service-name-debug` Location: `dd-trace-rb/integration/apps/rails-six` This...
👋 @kbariotis, you should be able to find `execute.graphql` as operation name. Have you tried selecting `All Spans` for filtering, instead of `Trace Root Spans` or `Service Entry Spans`? That...
👋 @kbariotis , we have a containerized application in this project, under `integration/apps/rails-six`. I believe you can setup it up as well. ``` git clone https://github.com/DataDog/dd-trace-rb.git cd dd-trace-rb git pull...
👋 @pedro-belem @dougthomas , I was not able to reproduce this behaviour some times ago, could you provide me a reproducible sample app to look into this?
👋 @tylerwillingham , if I understand this correctly, the root span changes from `rack.request` to `http.proxy.request` and you are expecting `http.proxy.request` to contain the `http.url` tag like `rack.request`?
👋 @nightpool , thanks for submitting this. I feel your pain to maintain something old and legacy and I will bring this to our team for discussion. I am kinda...
Or I think i would be easier for you to patch `#patchable?` , something like ``` module Datadog module Tracing module Contrib module Faraday # Description of Faraday integration class...