Skip to content

Commit

Permalink
Update metrics after review 7
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Muzafarov <maxmuzaf@gmail.com>
  • Loading branch information
Mmuzaf committed Sep 17, 2018
1 parent 3f5789e commit 6cc565e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_configs/ignite_2.6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ rules:
help: Ignite cluster job detalization
labels:
attr: $3
type: GAUGE
# Apache Ignite durable memory can be monitored via data region metrics which will help track overall
# memory utilization and measure its cluster performance.
#
Expand Down Expand Up @@ -64,6 +63,7 @@ rules:
labels:
cache: $2
attr: $4
type: GAUGE
- pattern: "^org.apache<clsLdr=(.+), group=(.+), name=.*(CacheClusterMetricsMXBeanImpl).><>(RebalanceClearingPartitionsLeft|KeysToRebalanceLeft):"
name: ignite_$1_$3_$2_rebalance_left
help: Ignite cache $2 rebalancing data left
Expand All @@ -72,7 +72,7 @@ rules:
attr: $4
type: GAUGE
- pattern: "^org.apache<clsLdr=(.+), group=(.+), name=.*(CacheClusterMetricsMXBeanImpl).><>(Cache.*):"
name: ignite_$1_$3_$2_operations
name: ignite_$1_$3_$2_operations_total
help: Ignite cache $2 operations metrics
labels:
cache: $2
Expand Down

0 comments on commit 6cc565e

Please sign in to comment.