| Package | Description |
|---|---|
| org.apache.ignite.internal.spi.metric.otlp | |
| org.apache.ignite.spi.metric.otlp |
| Constructor and Description |
|---|
MetricReporter(IgniteLogger log,
@Nullable String srvcNamespace,
String srvcName,
String srvcId,
String endpoint,
Protocol protocol,
Compression compression,
Map<String,String> headers,
boolean sslEnabled,
SSLContext sslContext,
X509TrustManager trustManager)
Creates a new instance of
MetricReporter. |
| Modifier and Type | Field and Description |
|---|---|
static Protocol |
OpenTelemetryMetricExporterSpi.DEFAULT_PROTOCOL
Default protocol type that is used to export metrics.
|
| Modifier and Type | Method and Description |
|---|---|
Protocol |
OpenTelemetryMetricExporterSpi.getProtocol()
Returns the configured protocol.
|
static @Nullable Protocol |
Protocol.of(String type)
Returns enumerated value for the given
type. |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenTelemetryMetricExporterSpi.setProtocol(Protocol protocol)
Sets the OTLP protocol to export metrics.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.33 Release Date : May 7 2026