Class Zipkin
java.lang.Object
io.micronaut.starter.feature.tracing.Zipkin
- All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, OneOfFeature, OpenRewriteFeature, MicronautServerDependent, TracingFeature
@Requires(property="micronaut.starter.feature.tracing.zipkin.enabled",
value="true",
defaultValue="true")
@Singleton
public class Zipkin
extends Object
implements TracingFeature, MicronautServerDependent, OpenRewriteFeature
Adds support for distributed tracing with Zipkin.
-
Field Summary
FieldsFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull String@NonNull StringgetName()The name of the feature.getRecipes(GeneratorContext generatorContext) getTitle()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
getOrder, isCommunity, isPreview, isVisible, processSelectedFeaturesMethods inherited from interface OpenRewriteFeature
apply, getFrameworkDocumentation, getThirdPartyDocumentation, processRecipesMethods inherited from interface TracingFeature
getCategory, getFeatureClass, supports
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
Zipkin
public Zipkin()
-
-
Method Details
-
getName
-
getTitle
-
getDescription
- Specified by:
getDescriptionin interfaceio.micronaut.core.naming.Described- Specified by:
getDescriptionin interfaceFeature
-
getRecipes
- Specified by:
getRecipesin interfaceOpenRewriteFeature
-