Class OpenTelemetryExporterJaeger
java.lang.Object
io.micronaut.projectgen.micronaut.features.opentelemetry.OpenTelemetryExporterFeature
io.micronaut.projectgen.micronaut.features.opentelemetry.OpenTelemetryExporterJaeger
- All Implemented Interfaces:
io.micronaut.core.naming.Described
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
,Feature
,OpenRewriteFeature
,OpenTelemetryFeature
@Requires(property="micronaut.starter.feature.tracing.opentelemetry.exporter.jaeger.enabled",
value="true",
defaultValue="true")
@Singleton
public class OpenTelemetryExporterJaeger
extends OpenTelemetryExporterFeature
implements OpenRewriteFeature
Feature that provides OpenTelemetry Jaeger exporter support for Micronaut applications.
This feature adds the necessary configuration and recipes for exporting traces to Jaeger.
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull String
Returns the name of the exporter.getRecipes
(GeneratorContext generatorContext) @NonNull String
getTitle()
Methods inherited from class io.micronaut.projectgen.micronaut.features.opentelemetry.OpenTelemetryExporterFeature
getDescription, getName, isVisible
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.projectgen.core.feature.Feature
getDescription, getOrder, isCommunity, isPreview, isVisible, processSelectedFeatures
Methods inherited from interface io.micronaut.projectgen.core.openrewrite.OpenRewriteFeature
apply, getFrameworkDocumentation, getThirdPartyDocumentation, processRecipes
Methods inherited from interface io.micronaut.projectgen.micronaut.features.opentelemetry.OpenTelemetryFeature
getCategory, supports
-
Constructor Details
-
OpenTelemetryExporterJaeger
public OpenTelemetryExporterJaeger()
-
-
Method Details
-
getTitle
- Specified by:
getTitle
in interfaceFeature
- Overrides:
getTitle
in classOpenTelemetryExporterFeature
- Returns:
- The title of the feature
-
exporterName
Description copied from class:OpenTelemetryExporterFeature
Returns the name of the exporter.- Specified by:
exporterName
in classOpenTelemetryExporterFeature
- Returns:
- the exporter name
-
getRecipes
- Specified by:
getRecipes
in interfaceOpenRewriteFeature
-