Index
All Classes and Interfaces|All Packages
A
- addHeader(String, String) - Method in class io.opentelemetry.exporter.otlp.http.metrics.OtlpHttpMetricExporterBuilder
-
Add header to requests.
B
- build() - Method in class io.opentelemetry.exporter.otlp.http.metrics.OtlpHttpMetricExporterBuilder
-
Constructs a new instance of the exporter based on the builder's values.
- builder() - Static method in class io.opentelemetry.exporter.otlp.http.metrics.OtlpHttpMetricExporter
-
Returns a new builder instance for this exporter.
E
- export(Collection<MetricData>) - Method in class io.opentelemetry.exporter.otlp.http.metrics.OtlpHttpMetricExporter
-
Submits all the given metrics in a single batch to the OpenTelemetry collector.
F
- flush() - Method in class io.opentelemetry.exporter.otlp.http.metrics.OtlpHttpMetricExporter
-
The OTLP exporter does not batch metrics, so this method will immediately return with success.
G
- getDefault() - Static method in class io.opentelemetry.exporter.otlp.http.metrics.OtlpHttpMetricExporter
-
Returns a new
OtlpHttpMetricExporterusing the default values. - getPreferredTemporality() - Method in class io.opentelemetry.exporter.otlp.http.metrics.OtlpHttpMetricExporter
I
- io.opentelemetry.exporter.otlp.http.metrics - package io.opentelemetry.exporter.otlp.http.metrics
-
OpenTelemetry exporter which sends metric data to OpenTelemetry collector via OTLP HTTP.
O
- OtlpHttpMetricExporter - Class in io.opentelemetry.exporter.otlp.http.metrics
-
Exports metrics using OTLP via HTTP, using OpenTelemetry's protobuf model.
- OtlpHttpMetricExporterBuilder - Class in io.opentelemetry.exporter.otlp.http.metrics
-
Builder utility for
OtlpHttpMetricExporter.
S
- setCompression(String) - Method in class io.opentelemetry.exporter.otlp.http.metrics.OtlpHttpMetricExporterBuilder
-
Sets the method used to compress payloads.
- setEndpoint(String) - Method in class io.opentelemetry.exporter.otlp.http.metrics.OtlpHttpMetricExporterBuilder
-
Sets the OTLP endpoint to connect to.
- setPreferredTemporality(AggregationTemporality) - Method in class io.opentelemetry.exporter.otlp.http.metrics.OtlpHttpMetricExporterBuilder
-
Set the preferred aggregation temporality.
- setTimeout(long, TimeUnit) - Method in class io.opentelemetry.exporter.otlp.http.metrics.OtlpHttpMetricExporterBuilder
-
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.http.metrics.OtlpHttpMetricExporterBuilder
-
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.http.metrics.OtlpHttpMetricExporterBuilder
-
Sets the certificate chain to use for verifying servers when TLS is enabled.
- shutdown() - Method in class io.opentelemetry.exporter.otlp.http.metrics.OtlpHttpMetricExporter
-
Shutdown the exporter.
All Classes and Interfaces|All Packages