The following documentation is automatically generated. Please do not edit this file, but rather the original, inline with OpenTracing::Tag at lib/OpenTracing/Tag.pm (on the system that originally ran this). If you do edit this file, and don't want your changes to be removed, make sure you change the first line.
NAME
OpenTracing::Tag - wrapper object for tags
DESCRIPTION
Most of the time, tags are represented as simple key/value entries in a hashref.
Some tags have specific semantic meaning, so this class acts as a base for supporting future operations on specific tags.
key
The tag key, a plain string.
value
The tag value, as a plain string.
INHERITED METHODS
AUTHOR
Tom Molesworth <TEAM@cpan.org>
LICENSE
Copyright Tom Molesworth 2018-2019. Licensed under the same terms as Perl itself.