Kubernetes state_replicaset metricsetedit

This is the state_replicaset metricset of the Kubernetes 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-05-10T16:46:37.821Z",
  "beat": {
    "hostname": "X1",
    "name": "X1",
    "version": "6.0.0-alpha1"
  },
  "kubernetes": {
    "namespace": "jenkins",
    "replicaset": {
      "name": "wise-lynx-jenkins-1616735317",
      "replicas": {
        "available": 1,
        "desired": 1,
        "labeled": 1,
        "observed": 1,
        "ready": 1
      }
    }
  },
  "metricset": {
    "host": "192.168.99.100:18080",
    "module": "kubernetes",
    "name": "state_replicaset",
    "namespace": "replicaset",
    "rtt": 6719
  }
}