perl-opentelemetry icon indicating copy to clipboard operation
perl-opentelemetry copied to clipboard

A Perl implementation of the OpenTelemetry standard

Results 5 perl-opentelemetry issues
Sort by recently updated
recently updated
newest added

cpan-outdated-coro lists the OpenTelemetry::Baggage as updatable all the time because two or the three packages in Baggage.pm will have version 0.010.

Please correct `$DO = \&DBI::st::execute;` to `$DO = \&DBI::db::do;` in [line](https://github.com/jjatria/perl-opentelemetry/blob/998c1167c6f2089ea8ea3cd5f0da319772e3a917/lib/OpenTelemetry/Integration/DBI.pm#L113)

Fixed in #14. When sending data through otel-collector it generates a 400 error when trying to parse the status description.

Note that this branch will be rebased on a periodic basis to stay on top of changes in main. If you are checking this out early, do remember to do...

This might just be another documentation request. In my (still very limited) tests this seems like a commonly useful construct: ``` my $span = $tracer->create_span(name => "foo"); dynamically OpenTelemetry::Context->current =...