File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/web/docs/src/content/gateway Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1092,7 +1092,6 @@ will enable logging of OpenTelemetry SDK based on `OTEL_LOG_LEVEL` env variable.
1092
1092
By default, Hive Gateway configure the Diagnostics API to output logs using Hive Gateway's logger.
1093
1093
You can disable this using ` configureDiagLogger ` option.
1094
1094
1095
-
1096
1095
``` ts filename="gateway.config.ts"
1097
1096
const opentelemetryConfig = {
1098
1097
// Use the default DiagLogger, which outputs logs directly to stdout
@@ -1933,7 +1932,6 @@ can use
1933
1932
[ ` trace.getSpan ` standard function] ( https://opentelemetry.io/docs/languages/js/instrumentation/#get-a-span-from-context )
1934
1933
to get access to the current span.
1935
1934
1936
-
1937
1935
<Tabs items = { [" With Context Manager" , " Without Context Manager" ]} >
1938
1936
1939
1937
<Tabs.Tab >
You can’t perform that action at this time.
0 commit comments