You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: experimental/CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ All notable changes to experimental packages in this project will be documented
9
9
### :rocket: (Enhancement)
10
10
11
11
* feat(exporter-metrics-otlp-http): add option to set the exporter aggregation preference [#4409](https://github.com/open-telemetry/opentelemetry-js/pull/4409)@AkselAllas
Copy file name to clipboardExpand all lines: experimental/packages/opentelemetry-sdk-node/README.md
+6
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,12 @@ Configure a custom sampler. By default, all traces will be sampled.
124
124
125
125
### spanProcessor
126
126
127
+
Deprecated, please use [spanProcessors](#spanprocessors) instead.
128
+
129
+
### spanProcessors
130
+
131
+
An array of span processors to register to the tracer provider.
132
+
127
133
### traceExporter
128
134
129
135
Configure a trace exporter. If an exporter is configured, it will be used with a [BatchSpanProcessor](../../../packages/opentelemetry-sdk-trace-base/src/platform/node/export/BatchSpanProcessor.ts). If an exporter OR span processor is not configured programatically, this package will auto setup the default `otlp` exporter with `http/protobuf` protocol with a `BatchSpanProcessor`.
0 commit comments