We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6138b commit 54b0877Copy full SHA for 54b0877
1 file changed
guides/queries/tracing.md
@@ -123,3 +123,13 @@ end
123
<div class="monitoring-img-group">
124
{{ "/queries/skylight_example.png" | link_to_img:"skylight monitoring" }}
125
</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