JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Module
io.helidon.tracing
Package
io.helidon.tracing
Annotation Interface Tracing.Tag
Enclosing class:
Tracing
@Target
({})
@Retention
(
RUNTIME
)
public static @interface
Tracing.Tag
Tracing tag. Tags are added to spans (alternative term is Span Attribute).
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
key
Tag key.
String
value
Tag value.
Element Details
key
String
key
Tag key.
Returns:
tag key
value
String
value
Tag value.
Returns:
tag value