A B C D E F G I K O S 
All Classes All Packages

A

addHeader(String, String) - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcMetricExporter.Builder
Add header to request.
addHeader(String, String) - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcSpanExporter.Builder
Add header to request.

B

build() - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcMetricExporter.Builder
Constructs a new instance of the exporter based on the builder's values.
build() - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcSpanExporter.Builder
Constructs a new instance of the exporter based on the builder's values.
builder() - Static method in class io.opentelemetry.exporter.otlp.OtlpGrpcMetricExporter
Returns a new builder instance for this exporter.
builder() - Static method in class io.opentelemetry.exporter.otlp.OtlpGrpcSpanExporter
Returns a new builder instance for this exporter.

C

CommonProperties - Class in io.opentelemetry.exporter.otlp
 

D

DEFAULT_DEADLINE_MS - Static variable in class io.opentelemetry.exporter.otlp.OtlpGrpcMetricExporter
 
DEFAULT_DEADLINE_MS - Static variable in class io.opentelemetry.exporter.otlp.OtlpGrpcSpanExporter
 
DEFAULT_ENDPOINT - Static variable in class io.opentelemetry.exporter.otlp.OtlpGrpcMetricExporter
 
DEFAULT_ENDPOINT - Static variable in class io.opentelemetry.exporter.otlp.OtlpGrpcSpanExporter
 

E

export(Collection<MetricData>) - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcMetricExporter
Submits all the given metrics in a single batch to the OpenTelemetry collector.
export(Collection<SpanData>) - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcSpanExporter
Submits all the given spans in a single batch to the OpenTelemetry collector.

F

flush() - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcMetricExporter
The OTLP exporter does not batch metrics, so this method will immediately return with success.
flush() - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcSpanExporter
The OTLP exporter does not batch spans, so this method will immediately return with success.
fromConfigMap(Map<String, String>, ConfigBuilder.NamingConvention) - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcMetricExporter.Builder
Sets the configuration values from the given configuration map for only the available keys.
fromConfigMap(Map<String, String>, ConfigBuilder.NamingConvention) - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcSpanExporter.Builder
Sets the configuration values from the given configuration map for only the available keys.

G

getDefault() - Static method in class io.opentelemetry.exporter.otlp.OtlpGrpcMetricExporter
Returns a new OtlpGrpcMetricExporter reading the configuration values from the environment and from system properties.
getDefault() - Static method in class io.opentelemetry.exporter.otlp.OtlpGrpcSpanExporter
Returns a new OtlpGrpcSpanExporter reading the configuration values from the environment and from system properties.

I

io.opentelemetry.exporter.otlp - package io.opentelemetry.exporter.otlp
OpenTelemetry exporter which sends span and metric data to OpenTelemetry collector via gRPC.

K

KEY_ENDPOINT - Static variable in class io.opentelemetry.exporter.otlp.CommonProperties
 
KEY_HEADERS - Static variable in class io.opentelemetry.exporter.otlp.CommonProperties
 
KEY_INSECURE - Static variable in class io.opentelemetry.exporter.otlp.CommonProperties
 
KEY_TIMEOUT - Static variable in class io.opentelemetry.exporter.otlp.CommonProperties
 

O

OtlpGrpcMetricExporter - Class in io.opentelemetry.exporter.otlp
Exports metrics using OTLP via gRPC, using OpenTelemetry's protobuf model.
OtlpGrpcMetricExporter.Builder - Class in io.opentelemetry.exporter.otlp
Builder utility for this exporter.
OtlpGrpcSpanExporter - Class in io.opentelemetry.exporter.otlp
Exports spans using OTLP via gRPC, using OpenTelemetry's protobuf model.
OtlpGrpcSpanExporter.Builder - Class in io.opentelemetry.exporter.otlp
Builder utility for this exporter.

S

setChannel(ManagedChannel) - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcMetricExporter.Builder
Sets the managed chanel to use when communicating with the backend.
setChannel(ManagedChannel) - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcSpanExporter.Builder
Sets the managed chanel to use when communicating with the backend.
setDeadlineMs(long) - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcMetricExporter.Builder
Sets the max waiting time for the collector to process each metric batch.
setDeadlineMs(long) - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcSpanExporter.Builder
Sets the max waiting time for the collector to process each span batch.
setEndpoint(String) - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcMetricExporter.Builder
Sets the OTLP endpoint to connect to.
setEndpoint(String) - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcSpanExporter.Builder
Sets the OTLP endpoint to connect to.
setUseTls(boolean) - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcMetricExporter.Builder
Sets use or not TLS, default is false.
setUseTls(boolean) - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcSpanExporter.Builder
Sets use or not TLS, default is false.
shutdown() - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcMetricExporter
Initiates an orderly shutdown in which preexisting calls continue but new calls are immediately cancelled.
shutdown() - Method in class io.opentelemetry.exporter.otlp.OtlpGrpcSpanExporter
Initiates an orderly shutdown in which preexisting calls continue but new calls are immediately cancelled.
A B C D E F G I K O S 
All Classes All Packages