Hello, Unfortunately, the documentation is not available yet on the website, but you can use org.apache.ignite.spi.metric.opencensus.OpenCensusMetricExporterSpi that comes with ignite-opencensus in distribution: $IGNITE_HOME/libs/optional/ignite-opencensus.
The metric exporter should be registered in IgniteConfiguration, please see the Java example: https://github.com/nizhikov/ignite/blob/b362cfad309ec8f31c6cba172391c74589c9191f/modules/opencensus/src/test/java/org/apache/ignite/internal/processors/monitoring/opencensus/OpenCensusMetricExporterSpiTest.java Prometeus: https://opencensus.io/exporters/supported-exporters/java/prometheus/ Documentation waiting list: http://apache-ignite-developers.2346864.n4.nabble.com/Ignite-2-8-documentation-td46008.html IEP 35: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=112820392&src=sidebar Best regards, Anton -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
