Skip to content

Commit 54b0877

Browse files
committed
[docs] add guides for datadog tracing [[ci skip]]
1 parent bb6138b commit 54b0877

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

guides/queries/tracing.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,13 @@ end
123123
<div class="monitoring-img-group">
124124
{{ "/queries/skylight_example.png" | link_to_img:"skylight monitoring" }}
125125
</div>
126+
127+
## Datadog
128+
129+
To add [Datadog](https://www.datadoghq.com) instrumentation:
130+
131+
```ruby
132+
MySchema = GraphQL::Schema.define do
133+
use(GraphQL::Tracing::DataDogTracing)
134+
end
135+
```

0 commit comments

Comments
 (0)