Class OtlpExporterProcessor.OtlpLogRecordExporterEnabled
java.lang.Object
io.quarkus.opentelemetry.deployment.exporter.otlp.OtlpExporterProcessor.OtlpLogRecordExporterEnabled
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
OtlpExporterProcessor
static class OtlpExporterProcessor.OtlpLogRecordExporterEnabled
extends Object
implements BooleanSupplier
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) io.quarkus.opentelemetry.runtime.config.build.exporter.OtlpExporterBuildConfig(package private) io.quarkus.opentelemetry.runtime.config.build.OTelBuildConfig -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
exportBuildConfig
io.quarkus.opentelemetry.runtime.config.build.exporter.OtlpExporterBuildConfig exportBuildConfig -
otelBuildConfig
io.quarkus.opentelemetry.runtime.config.build.OTelBuildConfig otelBuildConfig
-
-
Constructor Details
-
OtlpLogRecordExporterEnabled
OtlpLogRecordExporterEnabled()
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-