Kubernetes proxy metricsetedit

proxy metricset for the Kubernetes module.

Fields

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

Here is an example document generated by this metricset:

{
    "@timestamp": "2019-03-01T08:05:34.853Z",
    "event": {
        "dataset": "kubernetes.proxy",
        "duration": 115000,
        "module": "kubernetes"
    },
    "kubernetes": {
        "proxy": {
            "client": {
                "request": {
                    "duration": {
                        "us": {
                            "bucket": {
                                "+Inf": 1,
                                "100000": 1,
                                "1000000": 1,
                                "15000000": 1,
                                "2000000": 1,
                                "25000": 1,
                                "250000": 1,
                                "30000000": 1,
                                "4000000": 1,
                                "5000": 0,
                                "500000": 1,
                                "60000000": 1,
                                "8000000": 1
                            },
                            "count": 1,
                            "sum": 7487.781
                        }
                    },
                    "size": {
                        "bytes": {
                            "bucket": {
                                "+Inf": 1,
                                "1024": 1,
                                "1048576": 1,
                                "16384": 1,
                                "16777216": 1,
                                "256": 0,
                                "262144": 1,
                                "4096": 1,
                                "4194304": 1,
                                "512": 1,
                                "64": 0,
                                "65536": 1
                            },
                            "count": 1,
                            "sum": 259
                        }
                    }
                },
                "response": {
                    "size": {
                        "bytes": {
                            "bucket": {
                                "+Inf": 1,
                                "1024": 1,
                                "1048576": 1,
                                "16384": 1,
                                "16777216": 1,
                                "256": 0,
                                "262144": 1,
                                "4096": 1,
                                "4194304": 1,
                                "512": 1,
                                "64": 0,
                                "65536": 1
                            },
                            "count": 1,
                            "sum": 503
                        }
                    }
                }
            },
            "host": "kind-control-plane:6443",
            "verb": "POST"
        }
    },
    "metricset": {
        "name": "proxy",
        "period": 10000
    },
    "service": {
        "address": "127.0.0.1:55555",
        "type": "kubernetes"
    }
}