mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This adds the following stats to the usage stats * Across all active watches * Number of triggers per type * Number of inputs per type * Number of transforms per type * Number of conditions per type * Number of actions per type * Total number of watches * Total number of active watches * Per action * Execution time total * Execution time mean * Invocation count * Total use of watch metadata Internally this uses a `Counters` helper class, so that creating counters does not require you to decide about the map structure. Relates elastic/elasticsearch#2210 Original commit: elastic/x-pack-elasticsearch@e6f95ba290