Couchbase 集群指标集
editCouchbase 集群指标集edit
Couchbase 的 cluster
指标集从 Couchbase 池的 Rest API http://couchbasehost:8091/pools/default
收集数据,并创建包含集群指标的事件。
这是一个默认指标集。如果主机模块未配置,则默认情况下启用此指标集。
有关指标集中每个字段的描述,请参阅 导出字段 部分。
以下是由此指标集生成的示例文档
{ "@timestamp": "2019-03-01T08:05:34.853Z", "couchbase": { "cluster": { "hdd": { "free": { "bytes": 46902679716 }, "quota": { "total": { "bytes": 63381999616 } }, "total": { "bytes": 63381999616 }, "used": { "by_data": { "bytes": 16369010 }, "value": { "bytes": 16479319900 } } }, "max_bucket_count": 10, "quota": { "index_memory": { "mb": 300 }, "memory": { "mb": 300 } }, "ram": { "quota": { "total": { "per_node": { "bytes": 314572800 }, "value": { "bytes": 314572800 } }, "used": { "per_node": { "bytes": 104857600 }, "value": { "bytes": 104857600 } } }, "total": { "bytes": 8359174144 }, "used": { "by_data": { "bytes": 53962016 }, "value": { "bytes": 8004751360 } } } } }, "event": { "dataset": "couchbase.cluster", "duration": 115000, "module": "couchbase" }, "metricset": { "name": "cluster", "period": 10000 }, "service": { "address": "127.0.0.1:55555", "type": "couchbase" } }