Skip to content

Releases: signalfx/splunk-otel-js

v0.15.0

11 Nov 16:18
cf49920
Compare
Choose a tag to compare
Open Telemetry API Core Instrumentations
1.0.3 1.0.0 0.26.0

Changes

0.14.0

12 Oct 12:26
948b9bf
Compare
Choose a tag to compare
Open Telemetry API Core Instrumentations
1.0.3 1.0.0 0.26.0

Changes

  • (minor) feat: remove support for maxAttrLength by [email protected]
  • (minor) feat: warn about missing service.name and no instrumentations by [email protected]
  • (minor) feat: give OTEL_SPAN_LINK_COUNT_LIMIT and OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT GDI spec compliant defaults by [email protected]
  • (minor) chore: update core OTel deps to v1.0 by [email protected]

0.13.0

05 Oct 16:17
d881e82
Compare
Choose a tag to compare
Open Telemetry API Core Instrumentations
1.0.3 0.25.0 0.25.0

Changes

0.12.0

07 Sep 15:27
Compare
Choose a tag to compare
Open Telemetry API Core Instrumentations
1.0.2 0.23.0 0.23.0

Changes

0.11.0

23 Jul 14:22
7a2a8e6
Compare
Choose a tag to compare

Changes:

  • Support for Synthetic Run identification
    (#156)

0.10.0

09 Jul 09:31
ea8cec5
Compare
Choose a tag to compare

This release uses OpenTelemetry JS version 0.23.0 and OpenTelemetry API version 1.0.0.
Consult the OpenTelemetry release notes for a list of upstream changes:

Refer to Getting Started documentation to instrument your application with splunk-otel-js.


Changes

  • Rename SPLUNK_SERVICE_NAME to OTEL_SERVICE_NAME
    (#170)
  • Upgrade to OpenTelemetry SDK 0.23.0
    (#173)

0.9.0

02 Jul 11:49
9120685
Compare
Choose a tag to compare

This release uses OpenTelemetry JS version 0.22.0 and OpenTelemetry API version 1.0.0. Consult the release notes linked above for upstream changes.

Refer to Getting Started documentation to instrument your application with splunk-otel-js.


Changes

  • Add support for injecting trace context into logs.
    (#121)
  • Rename SPLUNK_CONTEXT_SERVER_TIMING_ENABLED
    (#149)
  • Upgrade to OpenTelemetry SDK 0.22.0, API 1.0.0.
    (#153)

0.8.0

28 Jun 07:03
2681a56
Compare
Choose a tag to compare

This release uses OpenTelemetry JS version 0.18.0. If you want to extend the instrumentation manually, use the OpenTelemetry JS API version 0.18.0. Consult the release notes linked above for upstream changes.

Refer to Getting Started documentation to instrument your application with splunk-otel-js.


Changes

  • Added support for opentelemetry-instrumentation-aws-sdk
    (#83)
  • Added support for opentelemetry-instrumentation-kafkajs
    (#83)
  • Added support for opentelemetry-instrumentation-sequelize
    (#83)
  • Added support for opentelemetry-instrumentation-typeorm
    (#83)
  • Added support for opentelemetry-instrumentation-mongoose
    (#83)

0.7.1

28 Jun 07:02
Compare
Choose a tag to compare

This release uses OpenTelemetry JS version 0.18.0. If you want to extend the instrumentation manually, use the OpenTelemetry JS API version 0.18.0. Consult the release notes linked above for upstream changes.

Refer to Getting Started documentation to instrument your application with splunk-otel-js.


Changed

  • Fixed peer dep version for elasticsearch instrumentation

0.7.0

28 Jun 07:02
36f02ff
Compare
Choose a tag to compare

This release uses OpenTelemetry JS version 0.18.0. If you want to extend the instrumentation manually, use the OpenTelemetry JS API version 0.18.0. Consult the release notes linked above for upstream changes.

Refer to Getting Started documentation to instrument your application with splunk-otel-js.


Added

  • Added external instrumentations - elasticsearch, amqplib
    (#74)

  • Added server timing header injection
    (#70)