OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.addHeader(java.lang.String key,
java.lang.String value) |
Add a constant header to requests.
|
static OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporter.builder() |
Returns a new builder instance for this exporter.
|
(package private) OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.exportAsJson() |
|
OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.setAggregationTemporalitySelector(AggregationTemporalitySelector aggregationTemporalitySelector) |
|
OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.setClientTls(byte[] privateKeyPem,
byte[] certificatePem) |
Sets ths client key and the certificate chain to use for verifying client when TLS is enabled.
|
OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.setCompression(java.lang.String compressionMethod) |
Sets the method used to compress payloads.
|
OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.setConnectTimeout(long timeout,
java.util.concurrent.TimeUnit unit) |
Sets the maximum time to wait for new connections to be established.
|
OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.setConnectTimeout(java.time.Duration timeout) |
Sets the maximum time to wait for new connections to be established.
|
OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.setDefaultAggregationSelector(DefaultAggregationSelector defaultAggregationSelector) |
|
OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.setEndpoint(java.lang.String endpoint) |
Sets the OTLP endpoint to connect to.
|
OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.setHeaders(java.util.function.Supplier<java.util.Map<java.lang.String,java.lang.String>> headerSupplier) |
Set the supplier of headers to add to requests.
|
OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.setMemoryMode(MemoryMode memoryMode) |
|
OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.setProxyOptions(ProxyOptions proxyOptions) |
Sets the proxy options.
|
OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.setRetryPolicy(RetryPolicy retryPolicy) |
Set the retry policy, or null to disable retry.
|
OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.setSslContext(javax.net.ssl.SSLContext sslContext,
javax.net.ssl.X509TrustManager trustManager) |
Sets the "bring-your-own" SSLContext for use with TLS.
|
OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.setTimeout(long timeout,
java.util.concurrent.TimeUnit unit) |
Sets the maximum time to wait for the collector to process an exported batch of metrics.
|
OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.setTimeout(java.time.Duration timeout) |
Sets the maximum time to wait for the collector to process an exported batch of metrics.
|
OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporterBuilder.setTrustedCertificates(byte[] trustedCertificatesPem) |
Sets the certificate chain to use for verifying servers when TLS is enabled.
|
OtlpHttpMetricExporterBuilder |
OtlpHttpMetricExporter.toBuilder() |
Returns a builder with configuration values equal to those for this exporter.
|