Skip to content

Releases: cap-js/telemetry

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 11:25
d932e18

Fixed

  • Readability of span names for DB and Cloud SDK traces
  • Peer dependency allows @sap/cds^10

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 18:04
87b3c60

Added

  • Support for OpenTelemetry SDK 2.0
  • @opentelemetry/instrumentation-undici added to the list of default instrumentations
  • Support for @sap/cds^10

Changed

  • @opentelemetry/instrumentation-host-metrics replaces deprecated @opentelemetry/host-metrics

Fixed

  • Prefer VCAP_APPLICATION.name over name in package.json for app name resolution

Removed

  • Support for @sap/cds^8

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 16 Dec 10:57
c864ef8

Added

  • Provide custom resource attributes via cds.requires.telemetry.resource.attributes
  • Added new queue statistic queue.processing_failed that tracks the number of failed attempts at processing tasks per instance, per tenant, per service
  • Support for optimized queue runner (in @sap/cds^9.6)
  • Support for @cap-js/hana's built-in pool

Changed

  • W3CBaggagePropagator added to the list of default propagators (cds.requires.telemetry.tracing.propagators)

Fixed

  • Resolving of OTEL_LOG_LEVEL
  • Skip registration of queue metrics collection for unknown service
  • queue.med_storage_time_in_seconds is now correctly calculated per service and ignoring cold entries
  • queue.min_storage_time_in_seconds and queue.max_storage_time_in_seconds are no longer switched up
  • Trace propagation in production by ensuring https gets wrapped

v1.5.4

Choose a tag to compare

@github-actions github-actions released this 27 Oct 14:43
db2aadb

Fixed

  • Handle pre-initialized LoggerProvider

v1.5.3

Choose a tag to compare

@github-actions github-actions released this 01 Sep 11:04
bb21c59

Fixed

  • Skip persistent queue metrics setup if no database is connected

v1.5.2

Choose a tag to compare

@github-actions github-actions released this 18 Aug 13:51
d958804

Fixed

  • SAP Passport propagation with cds.requires.telemetry.tracing._hana_prom = true

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 08:48
c3ded06

Fixed

  • Ensure initialization of persistent queue statistics

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 14:43
f7f1ffb

Added

  • Adopt stable semantic conventions
  • Observation of Persistent Queue metrics (beta)
    • Disable via config cds.requires.telemetry.metrics._queue = false

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 13:15
e2d6dfa

Fixed

  • Missing SQL-related attributes with cds.requires.telemetry.tracing._hana_prom = true

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 11:31
1149306

Added

  • Support for @sap/cds^9

Fixed

  • Remove stack from log message, if present