Package | Description |
---|---|
org.apache.ignite.cdc | |
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 |
Modifier and Type | Method and Description |
---|---|
MetricExporterSpi[] |
CdcConfiguration.getMetricExporterSpi()
Gets fully configured metric SPI implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
CdcConfiguration.setMetricExporterSpi(MetricExporterSpi... metricExporterSpi)
Sets fully configured instances 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
Overview
Ignite provides this default built-in implementation of
MetricExporterSpi it 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.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023