Skip to content

Commit 42030ad

Browse files
authored
Update configuration.md
1 parent ba95797 commit 42030ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/reference/edot-sdks/nodejs/configuration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The behavior of `OTEL_` environment variables are typically defined by upstream
7070
| `OTEL_NODE_ENABLED_INSTRUMENTATIONS` 🔹 | [(EDOT Ref)](#otel_node_disabledenabled_instrumentations-details) Comma-separated list of instrumentations to enable. |
7171
| `OTEL_NODE_DISABLED_INSTRUMENTATIONS` 🔹 | [(EDOT Ref)](#otel_node_disabledenabled_instrumentations-details) Comma-separated list of instrumentations to disable. |
7272
| | |
73-
| `ELASTIC_OTEL_METRICS_DISABLED` 🔹 | [(EDOT Ref)](#elastic_otel_metrics_disabled-details) Disable any metrics being sent by the SDK. This var is deprecated. |
73+
| `ELASTIC_OTEL_METRICS_DISABLED` 🔹 | [(EDOT Ref)](#deprecated-elastic_otel_metrics_disabled-details) Disable any metrics being sent by the SDK. This var is deprecated. |
7474
| `ELASTIC_OTEL_HOST_METRICS_DISABLED` 🔹 | [(EDOT Ref)](#elastic_otel_host_metrics_disabled-details) Disable collection of metrics done by `@opentelemetry/host-metrics` package. |
7575
| `OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE` 🔹 | [(EDOT Ref)](#otel_exporter_otlp_metrics_temporality_preference-details) The metrics exporter's default aggregation `temporality`. Default value is `delta`. The upstream OTel default is `cumulative`. |
7676
| | |
@@ -165,8 +165,6 @@ EDOT Node.js handles these settings the same as the upstream [`@opentelemetry/au
165165
```bash
166166
export OTEL_NODE_ENABLED_INSTRUMENTATIONS=http,fastify,pino,@elastic/opentelemetry-instrumentation-openai
167167
```
168-
169-
170168
### (Deprecated) `ELASTIC_OTEL_METRICS_DISABLED` details [elastic_otel_metrics_disabled-details]
171169

172170
EDOT Node.js allows to collect and export metrics by default. If you want to turn off metrics, you can do so by setting the `ELASTIC_OTEL_METRICS_DISABLED` environment variable to `true`.

0 commit comments

Comments
 (0)