Skip to content

Releases: open-telemetry/opentelemetry-ruby-contrib

opentelemetry-instrumentation-all 0.27.0

14 Oct 22:46
e5ea428
Compare
Choose a tag to compare

v0.27.0 / 2022-10-14

  • CHANGED: Update Rails instrumentation

opentelemetry-instrumentation-action_pack 0.3.0

14 Oct 18:02
6a37aab
Compare
Choose a tag to compare

v0.3.0 / 2022-10-14

  • ADDED: Name ActionPack spans with the HTTP method and route

opentelemetry-instrumentation-sinatra 0.21.0

12 Oct 01:46
1f5a4ea
Compare
Choose a tag to compare

v0.21.0 / 2022-10-12

  • ADDED: Use rack middleware in sinatra middleware
  • FIXED: Add exceptions to sinatra spans.

opentelemetry-instrumentation-all 0.26.0

12 Oct 21:05
aa8117e
Compare
Choose a tag to compare

v0.26.0 / 2022-10-12

  • ADDED: Upgrade min instrumentation versions See For Details #134

opentelemetry-instrumentation-rack 0.21.1

04 Oct 20:13
ea896ed
Compare
Choose a tag to compare

v0.21.1 / 2022-10-04

  • FIXED: Bring http.request.header and http.response.header in line with semconv

opentelemetry-instrumentation-pg 0.22.0

04 Oct 20:13
ea896ed
Compare
Choose a tag to compare

v0.22.0 / 2022-10-04

  • ADDED: Add with_attributes context propagation for PG instrumentation

opentelemetry-instrumentation-net_http 0.21.0

04 Oct 20:13
ea896ed
Compare
Choose a tag to compare

v0.21.0 / 2022-10-04

  • ADDED: Add Net::HTTP :untraced_hosts option
  • FIXED: Rename HTTP CONNECT for low level connection spans

opentelemetry-instrumentation-mongo 0.21.0

04 Oct 20:13
ea896ed
Compare
Choose a tag to compare

v0.21.0 / 2022-10-04

  • ADDED: Support mongodb db statement without obfuscation

opentelemetry-instrumentation-action_pack 0.2.1

04 Oct 20:12
ea896ed
Compare
Choose a tag to compare

v0.2.1 / 2022-10-04

  • FIXED: Ensures the correct route is add to http.route span attribute

opentelemetry-instrumentation-redis 0.24.0

14 Sep 22:35
5815a34
Compare
Choose a tag to compare

v0.24.0 / 2022-09-14

  • ADDED: Redis-rb 5.0 and redis-client support