Sinatra integration not setting rack.request #486
Labels
community
Was opened by a community member
integrations
Involves tracing integrations
question
General inquiry that may or may not involve changes
Milestone
I'm setting up DD APM to trace a Rack -> Sinatra -> Postgres application
With the following configuration each of these layers are presented as a seperate service in the environment. Which seems to be the way DD is expecting to be setup.
However the rack service is grouping requests by http method and response code
Whilst the Sinatra service is working as expected:
From reading through the code it seems like the Sinatra integration should be setting the resource on the rack span or am I missing something?
The text was updated successfully, but these errors were encountered: