Package | Description |
---|---|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
org.apache.ignite.internal.processors.metric | |
org.apache.ignite.spi.metric.jmx |
Contains JMX based implementation of MetricExporterSpi.
|
org.apache.ignite.spi.metric.log |
Contains push to log implementation of MetricExporterSpi.
|
org.apache.ignite.spi.metric.noop |
Contains no-op implementation of MetricExporterSpi.
|
org.apache.ignite.spi.metric.opencensus |
Contains Opencensus based implementation of MetricExporterSpi.
|
Modifier and Type | Method and Description |
---|---|
MetricExporterSpi[] |
IgniteConfiguration.getMetricExporterSpi()
Gets fully configured metric SPI implementations.
|
Modifier and Type | Method and Description |
---|---|
IgniteConfiguration |
IgniteConfiguration.setMetricExporterSpi(MetricExporterSpi... metricExporterSpi)
Sets fully configured instances of
MetricExporterSpi . |
Modifier and Type | Class and Description |
---|---|
class |
org.apache.ignite.internal.processors.metric.PushMetricsExporterAdapter
Base class for exporters that pushes metrics to the external system.
|
Modifier and Type | Class and Description |
---|---|
class |
JmxMetricExporterSpi
This SPI implementation exports metrics as JMX beans.
|
Modifier and Type | Class and Description |
---|---|
class |
LogExporterSpi
This SPI implementation exports metrics to Ignite log.
|
Modifier and Type | Class and Description |
---|---|
class |
NoopMetricExporterSpi
No-op implementation of metric exporter SPI.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenCensusMetricExporterSpi
OpenCensus monitoring exporter.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024