Skip to content

Releases: nioc/node-red-contrib-opentelemetry

1.6.2

22 Jan 23:33
Compare
Choose a tag to compare

💡 Features

  • mark the parent span in error when an operation fails

1.6.1

19 Jan 20:45
Compare
Choose a tag to compare

💡 Features

  • Add node_red.msg.new attribute to distinguish parent from child spans

1.6.0

18 Jan 19:30
Compare
Choose a tag to compare

⚠️ Breaking changes

The parent span name now contains the route for http in and websocket in

💡 Features

  • Add http span attributes:
    • http in: url, method, client ip, user agent (applied also to root span named with route)
    • http response: status code, OTEL status code
    • http request: url (scheme, host, port, path), OTEL status code
  • Add websocket in/out span attributes

🔧 Technical

  • Shares common span attributes between parent and child spans
  • Update OTEL dependencies (patch)
  • Add some JSDocs
  • Add issue templates

1.5.1

12 Jan 00:22
Compare
Choose a tag to compare

🪲 Bug fixes

  • Crash when no custom attribute are defined #14

1.5.0

11 Jan 18:40
Compare
Choose a tag to compare

⚠️ Breaking changes

http.status_code span attribute is now http.response.status_code according to HTTP semantic conventions 1.23

💡 Features

  • Add custom span attributes #9 (#12)
  • Clarify OTLP transport protocol config values

🪲 Bug fixes

  • Configuration changes required a restart #13

🔧 Technical

  • Replace deprecated span attributes and addSpanProcessor method

1.4.0

31 Dec 03:11
Compare
Choose a tag to compare

💡 Features

  • Add Prometheus metrics exporter node

1.3.1

30 Dec 22:40
Compare
Choose a tag to compare

⚠️ Breaking changes

If you have configured a timeout in ms, you have to divide it by 1000

🪲 Bug fixes

  • Timeout is used in ms not in seconds as described #11

🔧 Technical

  • Update OTEL dependencies:
    • api 1.7 → 1.9
    • sdk 1.18 → 1.30
    • propagator 1.26 → 1.30
    • exporter 0.45 → 0.57

1.3.0

11 Sep 21:21
Compare
Choose a tag to compare

💡 Features

  • Add trace-exporter using Protocol Buffers (Protobuf) version v0.20.0 @joshendriks #7

🔧 Technical

  • Update dependencies

1.2.0

15 May 22:43
Compare
Choose a tag to compare

💡 Features

1.1.0

29 Nov 23:40
Compare
Choose a tag to compare

💡 Features

🔧 Technical

  • Update propagation using CompositePropagator (Jaeger, W3C, B3) @wodka #3
  • Update otel dependencies @wodka #3