Versions Compared

Key

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

...

  • Custom metrics can affect the performance. 
  • Ignite doesn't store custom metrics. At least at the first phase. After node restart, the metrics require registration anew.

Phases

  1. Implementation of the described API.
  2. Extending the API with metrics like Histogram, HitRate. Allowing to configure metrics.
  3. Storing registered custom metrics with their configurations.

...