Interface OtlpHttpLogRecordExporterBuilderCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be implemented by beans wishing to customize the
OtlpHttpLogRecordExporterBuilder whilst retaining default auto-configuration.- Since:
- 4.1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogRecordExporterBuilder builder) Customize theOtlpHttpLogRecordExporterBuilder.
-
Method Details
-
customize
void customize(io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogRecordExporterBuilder builder) Customize theOtlpHttpLogRecordExporterBuilder.- Parameters:
builder- the builder to customize
-