Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/0.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Adel Abdelhak committed Nov 23, 2018
2 parents 52a0ccf + 11ca78e commit 989c988
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions metrics/cluster-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
"name": "cluster",
"route": "/pools/default",
"list": [
{ "name": "cb_cluster_ram_total_bytes", "id": "StorageTotals.RAM.Total", "description": "Total memory available to the cluster", "labels": [] },
{ "name": "cb_cluster_ram_used_bytes", "id": "StorageTotals.RAM.Used", "description": "Memory used by the cluster", "labels": [] },
{ "name": "cb_cluster_ram_used_by_data_bytes", "id": "StorageTotals.RAM.UsedByData", "description": "Memory used by the data in the cluster", "labels": [] },
{ "name": "cb_cluster_ram_quota_total_bytes", "id": "StorageTotals.RAM.QuotalTotal", "description": "Total memory allocated to Couchbase in the cluster", "labels": [] },
{ "name": "cb_cluster_ram_quota_used_bytes", "id": "StorageTotals.RAM.QuotaUsed", "description": "Memory quota used by the cluster", "labels": [] },
{ "name": "cb_cluster_disk_total_bytes", "id": "StorageTotals.Hdd.Total", "description": "Total disk space available to the cluster", "labels": [] },
{ "name": "cb_cluster_disk_used_bytes", "id": "StorageTotals.Hdd.Used", "description": "Disk space used by the cluster", "labels": [] },
{ "name": "cb_cluster_disk_quota_total_bytes", "id": "StorageTotals.Hdd.QuotaTotal", "description": "Disk space quota for the cluster", "labels": [] },
{ "name": "cb_cluster_disk_used_by_data_bytes", "id": "StorageTotals.Hdd.UsedByData", "description": "Disk space used by the data in the cluster", "labels": [] },
{ "name": "cb_cluster_disk_free_bytes", "id": "StorageTotals.Hdd.Free", "description": "Free disk space in the cluster", "labels": [] },
{ "name": "cb_cluster_fts_ram_quota_bytes", "id": "FtsMemoryQuota", "description": "Memory quota allocated to full text search buckets", "labels": [] },
{ "name": "cb_cluster_index_ram_quota_bytes", "id": "IndexMemoryQuota", "description": "Memory quota allocated to Index buckets", "labels": [] },
{ "name": "cb_cluster_data_ram_quota_bytes", "id": "MemoryQuota", "description": "Memory quota allocated to Data buckets", "labels": [] },
{ "name": "cb_cluster_rebalance_status", "id": "RebalanceStatus", "description": "Rebalance status. 1:rebalancing", "labels": [] },
{ "name": "cb_cluster_max_bucket_count", "id": "MaxBucketCount", "description": "Maximum number of buckets allowed", "labels": [] },
{ "name": "cb_cluster_failover_node_count", "id": "Counters.FailoverNode", "description": "Number of failovers since cluster is up", "labels": [] },
{ "name": "cb_cluster_rebalance_success_count", "id": "Counters.RebalanceSuccess", "description": "Number of rebalance successes since cluster is up", "labels": [] },
{ "name": "cb_cluster_rebalance_start_count", "id": "Counters.RebalanceStart", "description": "Number of rebalance starts since cluster is up", "labels": [] },
{ "name": "cb_cluster_rebalance_fail_count", "id": "Counters.RebalanceFail", "description": "Number of rebalance fails since cluster is up", "labels": [] }
{ "name": "ram_total_bytes", "id": "StorageTotals.RAM.Total", "description": "Total memory available to the cluster", "labels": [] },
{ "name": "ram_used_bytes", "id": "StorageTotals.RAM.Used", "description": "Memory used by the cluster", "labels": [] },
{ "name": "ram_used_by_data_bytes", "id": "StorageTotals.RAM.UsedByData", "description": "Memory used by the data in the cluster", "labels": [] },
{ "name": "ram_quota_total_bytes", "id": "StorageTotals.RAM.QuotalTotal", "description": "Total memory allocated to Couchbase in the cluster", "labels": [] },
{ "name": "ram_quota_used_bytes", "id": "StorageTotals.RAM.QuotaUsed", "description": "Memory quota used by the cluster", "labels": [] },
{ "name": "disk_total_bytes", "id": "StorageTotals.Hdd.Total", "description": "Total disk space available to the cluster", "labels": [] },
{ "name": "disk_used_bytes", "id": "StorageTotals.Hdd.Used", "description": "Disk space used by the cluster", "labels": [] },
{ "name": "disk_quota_total_bytes", "id": "StorageTotals.Hdd.QuotaTotal", "description": "Disk space quota for the cluster", "labels": [] },
{ "name": "disk_used_by_data_bytes", "id": "StorageTotals.Hdd.UsedByData", "description": "Disk space used by the data in the cluster", "labels": [] },
{ "name": "disk_free_bytes", "id": "StorageTotals.Hdd.Free", "description": "Free disk space in the cluster", "labels": [] },
{ "name": "fts_ram_quota_bytes", "id": "FtsMemoryQuota", "description": "Memory quota allocated to full text search buckets", "labels": [] },
{ "name": "index_ram_quota_bytes", "id": "IndexMemoryQuota", "description": "Memory quota allocated to Index buckets", "labels": [] },
{ "name": "data_ram_quota_bytes", "id": "MemoryQuota", "description": "Memory quota allocated to Data buckets", "labels": [] },
{ "name": "rebalance_status", "id": "RebalanceStatus", "description": "Rebalance status. 1:rebalancing", "labels": [] },
{ "name": "max_bucket_count", "id": "MaxBucketCount", "description": "Maximum number of buckets allowed", "labels": [] },
{ "name": "failover_node_count", "id": "Counters.FailoverNode", "description": "Number of failovers since cluster is up", "labels": [] },
{ "name": "rebalance_success_count", "id": "Counters.RebalanceSuccess", "description": "Number of rebalance successes since cluster is up", "labels": [] },
{ "name": "rebalance_start_count", "id": "Counters.RebalanceStart", "description": "Number of rebalance starts since cluster is up", "labels": [] },
{ "name": "rebalance_fail_count", "id": "Counters.RebalanceFail", "description": "Number of rebalance fails since cluster is up", "labels": [] }
]
}

0 comments on commit 989c988

Please sign in to comment.