Details
-
Bug
-
Resolution: Fixed
-
Major
-
7.2.0
-
Untriaged
-
0
-
Unknown
Description
In the ns_server metrics_metadata.json file we see the following:
"couch_docs_actual_disk_size": {
|
"type": "gauge",
|
"help": "Amount of disk space used by couchdb docs",
|
"added": "7.0.0",
|
"unit": "bytes",
|
"stability": "committed",
|
"labels": [
|
{
|
"name": "bucket",
|
"help": "Name of the bucket associated with the stat"
|
}
|
]
|
},
|
This help comment should not refer to "couchdb docs". This is confusing as very few people know sufficient history about Couchbase to correctly interpret this statement.
We should rather say: "Amount of disk space used by the data service" (or something equivalent)
Similarly for this metric:
"couch_views_actual_disk_size": {
|
"type": "gauge",
|
"help": "Amount of disk space used by couchdb views",
|
"added": "7.0.0",
|
"unit": "bytes",
|
"stability": "committed",
|
"labels": [
|
{
|
"name": "bucket",
|
"help": "Name of the bucket associated with the stat"
|
}
|
]
|
},
|
We should say: "Amount of disk space used by Couchbase Views data". (Or equivalent.)