| 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 | |
| org.apache.ignite.spi.metric.sql |
Contains Sql view metric exporter implementation.
|
| 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
Metrics API currently has an experimental state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogExporterSpi
Metrics API currently has an experimental state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoopMetricExporterSpi
Metrics API currently has an experimental state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenCensusMetricExporterSpi
OpenCensus monitoring exporter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlViewMetricExporterSpi
This SPI implementation exports metrics as SQL views.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020