Skip to content

Commit 6e24f61

Browse files
author
Robert Mosolgo
authored
Merge pull request rmosolgo#1276 from maxcodes/improve-documentation
Add Guides for Datadog Tracing
2 parents db757ae + 54b0877 commit 6e24f61

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)