Mojolicious-Plugin-OpenTelemetry

 view release on metacpan or  search on metacpan

lib/Mojolicious/Plugin/OpenTelemetry.pod  view on Meta::CPAN

=item C<http.route>

Set to the L<stringified endpoint|Mojolicious::Routes::Match/endpoint> of
the matching route. This will use placeholders, and will be the same value
that was concatenated to the method in the span's name.

=item C<client.address>

Set to the
L<remote address of the transaction|Mojo::Transaction/remote_address>. This
will respect the value set in the C<X-Forwarded-For> header, if any.

=item C<client.port>

Set to the L<remote port of the transaction|Mojo::Transaction/remote_port>.

=item C<server.address>

Set to the host portion of the C<host> value in the leftmost entry in the
C<Forwarded> header, falling back to the value of the C<X-Forwarded-Proto>
header, or to the value of the C<Host> header if no other is set. The host



( run in 0.517 second using v1.01-cache-2.11-cpan-26ccb49234f )