You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/09/06 10:03:08 UTC

[GitHub] [ignite] nizhikov opened a new pull request #6845: IGNITE-12145: Monitoring list engine.

nizhikov opened a new pull request #6845: IGNITE-12145: Monitoring list engine.
URL: https://github.com/apache/ignite/pull/6845
 
 
   This PR contains:
   
   * Monitoring list engine.
   * Following list implemented:
     * Cache list
     * Cache group list
     * Compute task list
     * Service list.
   
   Engine details:
   * `MonitoringList` added to store list data.
   * Base interface `MonitoringRow` for list data created.
   * Corresponding method added to `MetricExporterSpi`
   * `JmxMetricExporterSpi`, `SqlViewExporterSpi`, `LogExporterSpi` updated to support list export.
   * JMX, SQL and other column-oriented SPI uses `MonitoringRowAttributeWalker` to quickly traverse all list row attributes.
   * Implementation of ``MonitoringRowAttributeWalker` for specific `MonitoringRow` can be generated with `MonitoringRowAttributeWalkerGenerator`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services