Index

A C E G H I L N O S T V Z 
All Classes and Interfaces|All Packages

A

addWrapper() - Static method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryEventPublisherBeansApplicationListener
Add the ContextStorage wrapper to ensure that EventPublishers are propagated correctly.

C

customize(OtlpHttpSpanExporterBuilder) - Method in interface org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpHttpSpanExporterBuilderCustomizer
Customize the OtlpHttpSpanExporterBuilder.
customize(OtlpGrpcSpanExporterBuilder) - Method in interface org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpGrpcSpanExporterBuilderCustomizer
Customize the OtlpGrpcSpanExporterBuilder.
customize(SdkTracerProviderBuilder) - Method in interface org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.SdkTracerProviderBuilderCustomizer
Customize the given builder.

E

executionStarted(TestIdentifier) - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryEventPublisherBeansTestExecutionListener
 
Export() - Constructor for class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryTracingProperties.Export
 

G

getCompression() - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties
 
getConnectTimeout() - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties
 
getEndpoint() - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties
 
getExport() - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryTracingProperties
 
getHeaders() - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties
 
getMaxBatchSize() - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryTracingProperties.Export
 
getMaxQueueSize() - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryTracingProperties.Export
 
getOrder() - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryEventPublisherBeansApplicationListener
 
getScheduleDelay() - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryTracingProperties.Export
 
getTimeout() - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryTracingProperties.Export
 
getTimeout() - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties
 
getTransport() - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties
 
getUrl(Transport) - Method in interface org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingConnectionDetails
Address to where tracing will be published.
GRPC - Enum constant in enum class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.Transport
gRPC transport.
GZIP - Enum constant in enum class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties.Compression
Gzip compression.

H

HTTP - Enum constant in enum class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.Transport
HTTP transport.

I

isIncludeUnsampled() - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryTracingProperties.Export
 
iterator() - Method in interface org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.SpanExporters
 
iterator() - Method in interface org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.SpanProcessors
 

L

list() - Method in interface org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.SpanExporters
Returns the list of span exporters.
list() - Method in interface org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.SpanProcessors
Returns the list of span processors.

N

NONE - Enum constant in enum class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties.Compression
No compression.

O

of(SpanExporter...) - Static method in interface org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.SpanExporters
Constructs a SpanExporters instance with the given span exporters.
of(SpanProcessor...) - Static method in interface org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.SpanProcessors
Constructs a SpanProcessors instance with the given span processors.
of(Collection) - Static method in interface org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.SpanExporters
Constructs a SpanExporters instance with the given list of span exporters.
of(Collection) - Static method in interface org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.SpanProcessors
Constructs a SpanProcessors instance with the given list of span processors.
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryEventPublisherBeansApplicationListener
 
OpenTelemetryEventPublisherBeansApplicationListener - Class in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure
ApplicationListener to add an OpenTelemetry ContextStorage wrapper for OtelTracer.EventPublisher bean support.
OpenTelemetryEventPublisherBeansApplicationListener() - Constructor for class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryEventPublisherBeansApplicationListener
 
OpenTelemetryEventPublisherBeansTestExecutionListener - Class in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure
JUnit TestExecutionListener to ensure OpenTelemetryEventPublisherBeansApplicationListener.addWrapper() is called as early as possible.
OpenTelemetryEventPublisherBeansTestExecutionListener() - Constructor for class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryEventPublisherBeansTestExecutionListener
 
OpenTelemetryTracingAutoConfiguration - Class in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure
Auto-configuration for OpenTelemetry tracing.
OpenTelemetryTracingProperties - Class in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure
Configuration properties for tracing with OpenTelemetry.
OpenTelemetryTracingProperties() - Constructor for class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryTracingProperties
 
OpenTelemetryTracingProperties.Export - Class in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure
 
org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure - package org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure
Auto-configuration for Micrometer Tracing with OpenTelemetry.
org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp - package org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp
Auto-configuration for exporting traces with OTLP.
org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.zipkin - package org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.zipkin
Auto-configuration for tracing with Zipkin.
OtlpGrpcSpanExporterBuilderCustomizer - Interface in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp
Callback interface that can be implemented by beans wishing to customize the OtlpGrpcSpanExporterBuilder to fine-tune its auto-configuration.
OtlpHttpSpanExporterBuilderCustomizer - Interface in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp
Callback interface that can be implemented by beans wishing to customize the OtlpHttpSpanExporterBuilder to fine-tune its auto-configuration.
OtlpTracingAutoConfiguration - Class in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp
Auto-configuration for exporting traces with OTLP.
OtlpTracingAutoConfiguration() - Constructor for class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingAutoConfiguration
 
OtlpTracingConnectionDetails - Interface in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp
Details required to establish a connection to an OpenTelemetry service.
OtlpTracingProperties - Class in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp
Configuration properties for exporting traces using OTLP.
OtlpTracingProperties() - Constructor for class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties
 
OtlpTracingProperties.Compression - Enum Class in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp
 

S

SdkTracerProviderBuilderCustomizer - Interface in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure
Callback interface that can be used to customize the SdkTracerProviderBuilder that is used to create the auto-configured SdkTracerProvider.
setCompression(OtlpTracingProperties.Compression) - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties
 
setConnectTimeout(Duration) - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties
 
setEndpoint(String) - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties
 
setHeaders(Map) - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties
 
setIncludeUnsampled(boolean) - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryTracingProperties.Export
 
setMaxBatchSize(int) - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryTracingProperties.Export
 
setMaxQueueSize(int) - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryTracingProperties.Export
 
setScheduleDelay(Duration) - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryTracingProperties.Export
 
setTimeout(Duration) - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryTracingProperties.Export
 
setTimeout(Duration) - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties
 
setTransport(Transport) - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties
 
SpanExporters - Interface in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure
A collection of span exporters.
SpanProcessors - Interface in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure
A collection of span processors.
spliterator() - Method in interface org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.SpanExporters
 
spliterator() - Method in interface org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.SpanProcessors
 
supportsEventType(ResolvableType) - Method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryEventPublisherBeansApplicationListener
 

T

Transport - Enum Class in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp
Transport used to send OTLP data.

V

valueOf(String) - Static method in enum class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties.Compression
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.Transport
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.OtlpTracingProperties.Compression
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp.Transport
Returns an array containing the constants of this enum class, in the order they are declared.

Z

ZipkinWithOpenTelemetryTracingAutoConfiguration - Class in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.zipkin
Auto-configuration for Zipkin tracing with OpenTelemetry.
ZipkinWithOpenTelemetryTracingAutoConfiguration() - Constructor for class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.zipkin.ZipkinWithOpenTelemetryTracingAutoConfiguration
 
A C E G H I L N O S T V Z 
All Classes and Interfaces|All Packages