Class OpenTelemetryGoogleCloudTrace
java.lang.Object
io.micronaut.starter.feature.opentelemetry.AbstractOpenTelemetry
io.micronaut.starter.feature.opentelemetry.OpenTelemetryGoogleCloudTrace
- All Implemented Interfaces:
io.micronaut.core.naming.Described
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
,Feature
,OpenTelemetryFeature
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
ConstructorDescriptionOpenTelemetryGoogleCloudTrace
(OpenTelemetry otel, OpenTelemetryHttp otelHttp, OpenTelemetryAnnotations otelAnnotations, OpenTelemetryGrpc openTelemetryGrpc, OpenTelemetryExporterGoogleCloudTrace otelExporter) -
Method Summary
Methods inherited from class io.micronaut.starter.feature.opentelemetry.AbstractOpenTelemetry
processSelectedFeatures
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.starter.feature.Feature
apply, getOrder, isCommunity, isPreview, isVisible
Methods inherited from interface io.micronaut.starter.feature.opentelemetry.OpenTelemetryFeature
getCategory, getMicronautDocumentation, getThirdPartyDocumentation, supports
-
Constructor Details
-
OpenTelemetryGoogleCloudTrace
public OpenTelemetryGoogleCloudTrace(OpenTelemetry otel, OpenTelemetryHttp otelHttp, OpenTelemetryAnnotations otelAnnotations, OpenTelemetryGrpc openTelemetryGrpc, OpenTelemetryExporterGoogleCloudTrace otelExporter)
-
-
Method Details
-
getName
Description copied from interface:Feature
The name of the feature. It must be unique.- Returns:
- the name of the feature
-
getTitle
- Returns:
- The title of the feature
-
getDescription
-