@Target(PARAMETER) @Retention(RUNTIME) public @interface SpanField
ChildSpan
. By default the name of the Span field will be prefixed by
MoreTraceFieldConstants.JOIN_POINT_PARAM_FIELD_PREFIX
and either uses the parameter index, or parameter name
as the suffix - depending on whether the -parameters
compiler option is enabled.
Otherwise, you can provide an explicit name via this annotation's parameters.
Copyright © 2019–2020 Honeycomb. All rights reserved.