Releases: nioc/node-red-contrib-opentelemetry
Releases · nioc/node-red-contrib-opentelemetry
1.6.2
1.6.1
💡 Features
- Add
node_red.msg.new
attribute to distinguish parent from child spans
1.6.0
⚠️ 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 codehttp 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
1.5.0
⚠️ Breaking changes
http.status_code
span attribute is now http.response.status_code
according to HTTP semantic conventions 1.23
💡 Features
🪲 Bug fixes
- Configuration changes required a restart #13
🔧 Technical
- Replace deprecated span attributes and
addSpanProcessor
method
1.4.0
💡 Features
- Add Prometheus metrics exporter node
1.3.1
1.3.0
💡 Features
- Add trace-exporter using Protocol Buffers (Protobuf) version v0.20.0 @joshendriks #7
🔧 Technical
- Update dependencies
1.2.0
💡 Features
- Add context propagation when using MQTT v5 (user properties as described in W3C document) @akrpic77 #6