Index
All Classes and Interfaces|All Packages
A
- addHeader(String, String) - Method in class io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporterBuilder
-
Add header to request.
B
- build() - Method in class io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporterBuilder
-
Constructs a new instance of the exporter based on the builder's values.
- builder() - Static method in class io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporter
-
Returns a new builder instance for this exporter.
E
- export(Collection<MetricData>) - Method in class io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporter
-
Submits all the given metrics in a single batch to the OpenTelemetry collector.
F
- flush() - Method in class io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporter
-
The OTLP exporter does not batch metrics, so this method will immediately return with success.
G
- getAggregationTemporality(InstrumentType) - Method in class io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporter
- getDefault() - Static method in class io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporter
-
Returns a new
OtlpGrpcMetricExporterreading the configuration values from the environment and from system properties.
I
- io.opentelemetry.exporter.otlp.metrics - package io.opentelemetry.exporter.otlp.metrics
-
OpenTelemetry exporter which sends metric data to OpenTelemetry collector via OTLP gRPC.
O
- OtlpGrpcMetricExporter - Class in io.opentelemetry.exporter.otlp.metrics
-
Exports metrics using OTLP via gRPC, using OpenTelemetry's protobuf model.
- OtlpGrpcMetricExporterBuilder - Class in io.opentelemetry.exporter.otlp.metrics
-
Builder utility for this exporter.
S
- setAggregationTemporalitySelector(AggregationTemporalitySelector) - Method in class io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporterBuilder
-
Set the
AggregationTemporalitySelectorused forAggregationTemporalitySelector.getAggregationTemporality(InstrumentType). - setChannel(ManagedChannel) - Method in class io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporterBuilder
-
Deprecated.
- setClientTls(byte[], byte[]) - Method in class io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporterBuilder
-
Sets ths client key and the certificate chain to use for verifying client when TLS is enabled.
- setCompression(String) - Method in class io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporterBuilder
-
Sets the method used to compress payloads.
- setEndpoint(String) - Method in class io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporterBuilder
-
Sets the OTLP endpoint to connect to.
- setTimeout(long, TimeUnit) - Method in class io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporterBuilder
-
Sets the maximum time to wait for the collector to process an exported batch of metrics.
- setTimeout(Duration) - Method in class io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporterBuilder
-
Sets the maximum time to wait for the collector to process an exported batch of metrics.
- setTrustedCertificates(byte[]) - Method in class io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporterBuilder
-
Sets the certificate chain to use for verifying servers when TLS is enabled.
- shutdown() - Method in class io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporter
-
Initiates an orderly shutdown in which preexisting calls continue but new calls are immediately cancelled.
All Classes and Interfaces|All Packages
setEndpoint(String). If you have a use case not satisfied by the methods on this builder, please file an issue to let us know what it is.