Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The APIs are supposed to be experimental.

Obtaining Custom Metrics

Code Block
languagejava
package org.apache.ignite;

...



public interface Ignite {

...


   

...

 IgniteMetrics metrics();

...


}

Proposed APIs: Interfaces for existing metrics

...