Ceph osd_tree metricsetedit

This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

This is the osd_tree metricset of the Ceph module.

Fieldsedit

For a description of each field in the metricset, see the exported fields section.

Here is an example document generated by this metricset:

{
  "@timestamp": "2017-11-01T07:26:34.876Z",
  "@metadata": {
    "beat": "metricbeat",
    "type": "doc",
    "version": "7.0.0-alpha1"
  },
  "ceph": {
    "osd_tree": {
      "status": "up",
      "name": "osd.0",
      "type": "osd",
      "primary_affinity": 1,
      "exists": true,
      "id": 0,
      "type_id": 0,
      "crush_weight": 0.048691,
      "device_class": "hdd",
      "reweight": 1,
      "father": "ceph-mon1",
      "depth": 2
    }
  },
  "metricset": {
    "rtt": 1331122,
    "module": "ceph",
    "name": "osd_tree",
    "host": "192.168.56.131:5000"
  },
  "beat": {
    "hostname": "centos7gui",
    "version": "7.0.0-alpha1",
    "name": "centos7gui"
  }
}