Skip to content

Commit 7cb4701

Browse files
committed
add precision about schema loading span
1 parent c46327c commit 7cb4701

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/web/docs/src/content/gateway/monitoring-tracing.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,9 @@ const openTelemetryConfig = {
12621262
By default, the plugin will create a span covering each loading of a schema. It can be useful when
12631263
polling or file watch is enabled to identify when the schema changes.
12641264

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+
12651268
You may disable this by setting `traces.spans.schema` to `false`:
12661269

12671270
```ts

0 commit comments

Comments
 (0)