OpenTelemetry - CNCF/opentelemetry-ruby: Release opentelemetry-instrumentation-rack/v0.20.0
Name: opentelemetry-ruby
Owner: OpenTelemetry - CNCF
Release: opentelemetry-instrumentation-rack 0.20.0
Released: 2021-10-07
License: Apache-2.0
Release Assets:
v0.20.0 / 2021-10-06
- FIXED: Prevent high cardinality rack span name as a default #973
The default was to set the span name as the path of the request, we have corrected this as it was not adhering to the spec requirement using low cardinality span names. You can restore the previous behaviour of high cardinality span names by passing in a url quantization function that forwards the uri path. More details on this is available in the readme.