Revision history for Mojolicious-Plugin-OpenTelemetry
0.006 2026-03-11 17:33:44 GMT
* Switch implementation to use `around_dispatch`, which
means we can now instrument static responses and nested
routes, as well as intermediate actions. This comes at
the cost, however, of only having the matching route
_after_ span creation, which means samplers will no longer
have access to the `$method $route`-style span names.
* Fixed an issue where the instrumentation could cause an
exception when trying to call `can` on an undefined value
by mistakingly assuming actions would always return a
Future.
0.005 2025-05-15 13:13:10 BST
* Ensure we convert request URLs to absolute so we are
able to retrieve the schema, etc. This protects against
accidentally trying to set undefined attributes.
0.004 2024-11-22 13:22:54+00:00 Europe/London
* Fixed an issue that would cause the code to hang with
nested routes. This is a partial fix, in that the code
in the parent route is not currently instrumented.
0.003 2024-05-09 17:59:53+01:00 Europe/London
* Spans are no longer automatically marked as OK by this
instrumentation. This is inline with the specification.
The documentation has been updated to reflect this.
0.002 2024-05-02 13:44:26+01:00 Europe/London
* Fixed an issue where spans were set to error in the case
of 4XX responses, which goes agains the specification.
0.001 2023-12-03 16:51:34+00:00 Europe/London
First version.