@ConfigurationProperties(value="spring.sleuth.otel.exporter") public class OtelExporterProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OtelExporterProperties.Jaeger
Integrations with Jaeger exporter.
|
static class |
OtelExporterProperties.Otlp
Integrations with OTLP exporter.
|
static class |
OtelExporterProperties.SleuthSpanFilter
Integrations with core Sleuth handler mechanism.
|
| Constructor and Description |
|---|
OtelExporterProperties() |
| Modifier and Type | Method and Description |
|---|---|
OtelExporterProperties.Jaeger |
getJaeger() |
OtelExporterProperties.Otlp |
getOtlp() |
OtelExporterProperties.SleuthSpanFilter |
getSleuthSpanFilter() |
void |
setJaeger(OtelExporterProperties.Jaeger jaeger) |
void |
setOtlp(OtelExporterProperties.Otlp otlp) |
void |
setSleuthSpanFilter(OtelExporterProperties.SleuthSpanFilter sleuthSpanFilter) |
public OtelExporterProperties.SleuthSpanFilter getSleuthSpanFilter()
public void setSleuthSpanFilter(OtelExporterProperties.SleuthSpanFilter sleuthSpanFilter)
public OtelExporterProperties.Otlp getOtlp()
public void setOtlp(OtelExporterProperties.Otlp otlp)
public OtelExporterProperties.Jaeger getJaeger()
public void setJaeger(OtelExporterProperties.Jaeger jaeger)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.