Versions Compared

Key

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

...

  • Custom Metrics are based on the New Metric System.
  • A custom metric name always begins with the prefix "custom.".
  • GridMetricManager handles the custom metrics.

  • We should provide an API with at least simple ready-to-use simple metrics like LongMetric, DoubleMetric and a generic Metric.
  • To manage custom metrics, introduce and require Custom metrics management requires a permission.
  • Add We should document examples of effecient metrics implementations like LongAdder to the documentation.

API

   1. New metrics facade to Ignite:

...