You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/queries/tracing.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,8 +156,7 @@ You may provide `options` as a `Hash` with the following values:
156
156
157
157
| Key | Description | Default |
158
158
| --- | ----------- | ------- |
159
-
|`service`| Service name used for `graphql` instrumentation |`'ruby-graphql'`|
160
-
|`tracer`|`Datadog::Tracer` used to perform instrumentation. Usually you don't need to set this. |`Datadog.tracer`|
159
+
|`tracer`| Tracer used to perform instrumentation. Usually you don't need to set this. |`Datadog::Tracing`|
161
160
162
161
For more details about Datadog's tracing API, check out the [Ruby documentation](https://github.com/DataDog/dd-trace-rb/blob/master/docs/GettingStarted.md) or the [APM documentation](https://docs.datadoghq.com/tracing/) for more product information.
0 commit comments