IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Kubernetes proxy metricset
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Kubernetes proxy metricset
editproxy metricset for the Kubernetes module.
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": {
"handler": "prometheus",
"http": {
"request": {
"duration": {
"us": {
"count": 5719,
"percentile": {
"50": 3724.635,
"90": 6009.016,
"99": 15081.009
},
"sum": 21201441.986
}
},
"size": {
"bytes": {
"count": 5719,
"percentile": {
"50": 86,
"90": 86,
"99": 86
},
"sum": 491766
}
}
},
"response": {
"size": {
"bytes": {
"count": 5719,
"percentile": {
"50": 2965,
"90": 2970,
"99": 2973
},
"sum": 16977903
}
}
}
}
}
},
"metricset": {
"name": "proxy",
"period": 10000
},
"service": {
"address": "127.0.0.1:55555",
"type": "kubernetes"
}
}