File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
packages/web/docs/src/content/gateway/other-features Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,20 @@ export const gatewayConfig = defineConfig({
62
62
})
63
63
```
64
64
65
+ <details >
66
+ <summary >Configuration Context</summary >
67
+
68
+ | Field Name | Type | Description |
69
+ | --------------- | ------------------------------------ | --------------------------------------------------------------------------- |
70
+ | ` fetch ` | ` MeshFetch ` | WHATWG compatible Fetch implementation. |
71
+ | ` log ` | ` Logger ` | The logger to use throughout Hive and its plugins. |
72
+ | ` cwd ` | ` string ` | Current working directory. |
73
+ | ` pubsub ` | ` HivePubSub ` (optional) | Event bus for pub/sub. |
74
+ | ` cache ` | ` KeyValueCache ` (optional) | Cache Storage. |
75
+ | ` openTelemetry ` | ` OpenTelemetryPluginUtils & { ... } ` | OpenTelemetry API to access OTEL Tracer and Hive Gateway internal contexts. |
76
+
77
+ </details >
78
+
65
79
## Custom Plugins
66
80
67
81
You can take advantage of the plugin system to create your own custom plugin. This allows you to
You can’t perform that action at this time.
0 commit comments