Skip to content

Commit

Permalink
Update docs/GettingStarted.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com>
  • Loading branch information
Surgo and buraizu authored Sep 21, 2023
1 parent 26cf8fb commit da71716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ end
| --- | ----------- | ------- |
| `distributed_tracing` | Enables [distributed tracing](#distributed-tracing) so that this service trace is connected with a trace of another service if tracing headers are received | `true` |
| `request_queuing` | Track HTTP request time spent in the queue of the frontend server. See [HTTP request queuing](#http-request-queuing) for setup details. | `false` |
| `web_service_name` | Service name for frontend server request queuing spans. (e.g. `'nginx'`) | `'web-server'` |
| `web_service_name` | Service name for frontend server request queuing spans. (such as `'nginx'`) | `'web-server'` |
| `middleware` | Add the trace middleware to the Rails application. Set to `false` if you don't want the middleware to load. | `true` |
| `middleware_names` | Enables any short-circuited middleware requests to display the middleware name as a resource for the trace. | `false` |
| `service_name` | Service name used when tracing application requests (on the `rack` level) | `'<app_name>'` (inferred from your Rails application namespace) |
Expand Down

0 comments on commit da71716

Please sign in to comment.