Skip navigation links
C D E G I M O P R S T V 

C

close() - Method in class org.apache.ignite.internal.spi.metric.otlp.MetricReporter
Compression - Enum in org.apache.ignite.spi.metric.otlp
Defines supported compression type.

D

DEFAULT_COMPRESSION - Static variable in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Default compression type.
DEFAULT_ENDPOINT - Static variable in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Default endpoint URL.
DEFAULT_PROTOCOL - Static variable in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Default protocol type that is used to export metrics.
DFLT_USE_IGNITE_SSL_CTX_FACTORY - Static variable in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
By default OTLP exporter uses SSL context factory from Ignite configuration.

E

export() - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi

G

getCompression() - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Returns the configured compression type.
getConnectionHeaders() - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Returns the configured connection headers.
getEndpoint() - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Returns the configured endpoint.
getProtocol() - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Returns the configured protocol.
getServiceName() - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Returns a logical name of the service.
getServiceNamespace() - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Returns service namespace.
getSslContextFactory() - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Returns the configured instance of Factory that will be used to create an instance of SSLContext.
getTrustManagerFactory() - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Returns the configured factory to create an instance of TrustManager.

I

isSslEnabled() - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Returns true if Secure Socket Layer is enabled and false otherwise.
isUseIgniteSslContextFactory() - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Gets whether to use Ignite SSL context factory configured through IgniteConfiguration.getSslContextFactory() if OpenTelemetryMetricExporterSpi.getSslContextFactory() is not set.

M

MetricReporter - Class in org.apache.ignite.internal.spi.metric.otlp
A reporter which outputs measurements to a MetricExporter.
MetricReporter(IgniteLogger, String, String, String, String, Protocol, Compression, Map<String, String>, boolean, SSLContext, X509TrustManager) - Constructor for class org.apache.ignite.internal.spi.metric.otlp.MetricReporter
Creates a new instance of MetricReporter.

O

of(String) - Static method in enum org.apache.ignite.spi.metric.otlp.Compression
Returns enumerated value for the given type.
of(String) - Static method in enum org.apache.ignite.spi.metric.otlp.Protocol
Returns enumerated value for the given type.
onContextInitialized0(IgniteSpiContext) - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
OpenTelemetryMetricExporterSpi - Class in org.apache.ignite.spi.metric.otlp
SPI implementation that periodically exports Ignite metrics to an OpenTelemetry Protocol (OTLP) compatible backend (e.g.
OpenTelemetryMetricExporterSpi() - Constructor for class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
 
org.apache.ignite.internal.spi.metric.otlp - package org.apache.ignite.internal.spi.metric.otlp
 
org.apache.ignite.spi.metric.otlp - package org.apache.ignite.spi.metric.otlp
 

P

Protocol - Enum in org.apache.ignite.spi.metric.otlp
Defines supported protocols to export metrics.

R

removeMetricSet(ReadOnlyMetricRegistry) - Method in class org.apache.ignite.internal.spi.metric.otlp.MetricReporter
 
report(ReadOnlyMetricManager, Predicate<ReadOnlyMetricRegistry>) - Method in class org.apache.ignite.internal.spi.metric.otlp.MetricReporter
Pushes the given mreg metrics to the configured endpoint (OTEL collector).

S

setCompression(String) - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Sets compression type.
setCompression(Compression) - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Sets compression type.
setConnectionHeaders(Map<String, String>) - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Sets connection headers.
setEndpoint(String) - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Sets the OTLP endpoint to connect to.
setProtocol(String) - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Sets the OTLP protocol to export metrics.
setProtocol(Protocol) - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Sets the OTLP protocol to export metrics.
setServiceName(String) - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Sets a logical name of the service.
setServiceNamespace(String) - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Sets a logical name of a system or application under a common namespace.
setSslContextFactory(Factory<SSLContext>) - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Sets the given instance of Factory that will be used to create an instance of SSLContext for Secure Socket Layer.
setSslEnabled(boolean) - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Sets whether Secure Socket Layer should be enabled.
setTrustManagerFactory(Factory<TrustManager>) - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Sets the given instance of Factory that will be used to create an instance of TrustManager.
setUseIgniteSslContextFactory(boolean) - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi
Sets whether to use Ignite SSL context factory.
spiStop() - Method in class org.apache.ignite.spi.metric.otlp.OpenTelemetryMetricExporterSpi

T

type() - Method in enum org.apache.ignite.spi.metric.otlp.Compression
Returns string representation of the compression type.
type() - Method in enum org.apache.ignite.spi.metric.otlp.Protocol
Returns string representation of the protocol.

V

valueOf(String) - Static method in enum org.apache.ignite.spi.metric.otlp.Compression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ignite.spi.metric.otlp.Protocol
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.ignite.spi.metric.otlp.Compression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ignite.spi.metric.otlp.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
C D E G I M O P R S T V 
Skip navigation links

2019 Copyright © Apache Software Foundation
Ignite Database and Caching Platform :   ver. 8.9.33-p1
Release Date :   May 11 2026