Class ZipkinSpanExporterProperties
- java.lang.Object
-
- io.opentelemetry.instrumentation.spring.autoconfigure.exporters.zipkin.ZipkinSpanExporterProperties
-
@ConfigurationProperties(prefix="opentelemetry.trace.exporter.zipkin") public class ZipkinSpanExporterProperties extends Object
Configuration forZipkinSpanExporter.Get Exporter Service Name
#getServiceName()Get Exporter Endpoint
-
-
Constructor Summary
Constructors Constructor Description ZipkinSpanExporterProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable StringgetEndpoint()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetEndpoint(String endpoint)
-