We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46327c commit 7cb4701Copy full SHA for 7cb4701
packages/web/docs/src/content/gateway/monitoring-tracing.mdx
@@ -1262,6 +1262,9 @@ const openTelemetryConfig = {
1262
By default, the plugin will create a span covering each loading of a schema. It can be useful when
1263
polling or file watch is enabled to identify when the schema changes.
1264
1265
+Schema loading in Hive Gateway can be lazy, which means it can be triggered as part of the handling
1266
+of a request. If it happens, the schema loading span will be added as a link to the current span.
1267
+
1268
You may disable this by setting `traces.spans.schema` to `false`:
1269
1270
```ts
0 commit comments