Uses of Enum Class
org.apache.camel.tracing.Tag
Packages that use Tag
-
Uses of Tag in org.apache.camel.tracing
Methods in org.apache.camel.tracing that return TagModifier and TypeMethodDescriptionstatic TagDeprecated.Returns the enum constant of this class with the specified name.static Tag[]Tag.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.tracing with parameters of type TagModifier and TypeMethodDescriptiondefault voidSpanAdapter.setLowCardinalityTag(Tag key, Number value) Deprecated.default voidSpanAdapter.setLowCardinalityTag(Tag key, String value) Deprecated.useSpanAdapter.setLowCardinalityTag(String, String)instead.default voidDeprecated.useSpanAdapter.setTag(String, Number)instead.default voidDeprecated.useSpanAdapter.setTag(String, String)instead.
SpanAdapter.setLowCardinalityTag(String, Number)instead.