File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 54
54
{type, counter},
55
55
{desc, <<" number of replicator workers started" >>}
56
56
]}.
57
- {[couch_replicator, cluster_is_stable], [
58
- {type, gauge},
59
- {desc, <<" 1 if cluster is stable, 0 if unstable" >>}
60
- ]}.
61
57
{[couch_replicator, db_scans], [
62
58
{type, counter},
63
59
{desc, <<" number of times replicator db scans have been started" >>}
Original file line number Diff line number Diff line change @@ -1762,8 +1762,6 @@ containing only the requested individual statistic.
1762
1762
couchdb_couch_replicator_checkpoints_failure_total 0
1763
1763
# TYPE couchdb_couch_replicator_checkpoints_total counter
1764
1764
couchdb_couch_replicator_checkpoints_total 0
1765
- # TYPE couchdb_couch_replicator_cluster_is_stable gauge
1766
- couchdb_couch_replicator_cluster_is_stable 1
1767
1765
# TYPE couchdb_couch_replicator_connection_acquires_total counter
1768
1766
couchdb_couch_replicator_connection_acquires_total 0
1769
1767
# TYPE couchdb_couch_replicator_connection_closes_total counter
You can’t perform that action at this time.
0 commit comments