public class SpanExporterConfigurationUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
enableBackoffStrategy(Object exporterBuilder,
SpanExporterConfiguration spanExporterConfiguration)
Enables the experimental backoff strategy for the Open Telemetry exporters.
|
public static void enableBackoffStrategy(Object exporterBuilder, SpanExporterConfiguration spanExporterConfiguration)
Enables the experimental backoff strategy for the Open Telemetry exporters.
A default parametrization will be used if no configuration is provided:
exporterBuilder - The exporter builder.spanExporterConfiguration - The span exporter configuration that will be used to override the default backoff
parameters.Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.