NAME
OpenTracing::Process - information about a single process
DESCRIPTION
Each batch of spans is linked to a process. This can either be a Unix-style process or a more abstract "service" concept.
METHODS
pid
The process pid.
name
The process name. Freeform text string.
tags
Arrayref of tags relating to the process.
tag_list
List of tags for this process.
INHERITED METHODS
AUTHOR
Tom Molesworth <TEAM@cpan.org>
LICENSE
Copyright Tom Molesworth 2018-2021. Licensed under the same terms as Perl itself.