Skip to content

Commit 0e674f6

Browse files
committed
Remove replicator stability metric
The metrics is not needed any longer as of #5093 so we're just cleaning it up.
1 parent 0e02041 commit 0e674f6

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/couch_replicator/priv/stats_descriptions.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@
5454
{type, counter},
5555
{desc, <<"number of replicator workers started">>}
5656
]}.
57-
{[couch_replicator, cluster_is_stable], [
58-
{type, gauge},
59-
{desc, <<"1 if cluster is stable, 0 if unstable">>}
60-
]}.
6157
{[couch_replicator, db_scans], [
6258
{type, counter},
6359
{desc, <<"number of times replicator db scans have been started">>}

src/docs/src/api/server/common.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,8 +1762,6 @@ containing only the requested individual statistic.
17621762
couchdb_couch_replicator_checkpoints_failure_total 0
17631763
# TYPE couchdb_couch_replicator_checkpoints_total counter
17641764
couchdb_couch_replicator_checkpoints_total 0
1765-
# TYPE couchdb_couch_replicator_cluster_is_stable gauge
1766-
couchdb_couch_replicator_cluster_is_stable 1
17671765
# TYPE couchdb_couch_replicator_connection_acquires_total counter
17681766
couchdb_couch_replicator_connection_acquires_total 0
17691767
# TYPE couchdb_couch_replicator_connection_closes_total counter

0 commit comments

Comments
 (0)