Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Nov 11:11
· 88 commits to main since this release
062151d

Added

  • Predefined kind telemetry-to-otlp that creates exporters based on OTLP exporter configuration via environment variables
  • Experimental!: Propagate W3C trace context to SAP HANA via session context SAP_PASSPORT
    • Enable via environment variable SAP_PASSPORT
  • If @opentelemetry/instrumentation-runtime-node is in the project's dependencies but not in cds.env.requires.telemetry.instrumentations, it is registered automatically
    • Disable via cds.env.requires.telemetry.instrumentations.instrumentation-runtime-node = false

Changed

  • Base config moved to new cds.requires.kinds.telemetry for improved config merging

Fixed

  • Built-in ConsoleMetricExporter uses correct attribute name process.cpu.state while exporting host metrics
  • Exporting traces to the console in the presence of a traceparent header