Releases: signalfx/splunk-otel-js
Releases · signalfx/splunk-otel-js
v2.6.1
Open Telemetry API |
Core |
Instrumentations |
1.4.1 |
1.18.1 |
0.45.1 |
Changes
- Fix potential memory leak when CPU profiling is active. #858
- Upgrade to protobuf.js 7.2.5. #859
v2.6.0
Open Telemetry API |
Core |
Instrumentations |
1.4.1 |
1.18.1 |
0.45.1 |
Changes
- Add missing telemetry.sdk.version to profiling payloads. #854
- Upgrade to OpenTelemetry
1.18.1
/ 0.45.1
. #852
- Add Linux ARM64 prebuilt binaries. #850
v2.5.1
Open Telemetry API |
Core |
Instrumentations |
1.4.1 |
1.17.1 |
0.44.0 |
Changes
- Prebuild the native module for Node.js 21. #838
v2.5.0
Open Telemetry API |
Core |
Instrumentations |
1.4.1 |
1.17.1 |
0.44.0 |
Changes
- Upgrade to OpenTelemetry
1.17.1
/ 0.44.0
. #822
v2.4.4
Open Telemetry API |
Core |
Instrumentations |
1.4.1 |
1.15.2 |
0.41.2 |
Changes
- Support older libstdc++ ABIs. This should remove the need for a compilation step on CentOS 7 when running npm install. #806
v2.4.3
Open Telemetry API |
Core |
Instrumentations |
1.4.1 |
1.15.2 |
0.41.2 |
Changes
- Compare kafka header values case insensitively. Fixed split traces when b3 propagation is used over kafka headers and the producer does not use lowercase keys. #804
v2.4.2
Open Telemetry API |
Core |
Instrumentations |
1.4.1 |
1.15.2 |
0.41.2 |
Changes
September 20, 2023
- Add support for
OTEL_METRICS_EXPORTER=none
. #801
v2.4.1
Open Telemetry API |
Core |
Instrumentations |
1.4.1 |
1.15.2 |
0.41.2 |
Changes
August 28, 2023
- Add missing
forceFlush
method to the NoopMeterProvider
. Some instrumentations (AWS Lambda) logged an error when forceFlush
was unavailable. #788 #791
v2.4.0
Open Telemetry API |
Core |
Instrumentations |
1.4.1 |
1.15.2 |
0.41.2 |
Changes
August 18, 2023
- Fix the error message about an unavailable exporter (e.g.
Exporter "otlp" requested through environment variable is unavailable.
) when OTEL_TRACES_EXPORTER
is set. Workaround for open-telemetry/opentelemetry-js#3422. #783
- Explicitly set a meter provider for instrumentations.
NoopMeterProvider
is set by default. If metrics are enabled and SPLUNK_INSTRUMENTATION_METRICS_ENABLED
is set to true, instrumentation specific metrics will be emitted, for example http.server.duration
from the http
instrumentation. #784
v2.3.2
Open Telemetry API |
Core |
Instrumentations |
1.4.1 |
1.15.2 |
0.41.2 |
Changes
August 9, 2023
- Upgrade to OpenTelemetry
1.15.2
/ 0.41.2
. #778