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-2021. Licensed under the same terms as Perl itself.