IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Kubernetes state_job metricset
editKubernetes state_job metricset
editThis is the state_job metricset of the module kubernetes.
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.job", "duration": 115000, "module": "kubernetes" }, "kubernetes": { "job": { "completions": { "desired": 1 }, "name": "hello", "parallelism": { "desired": 1 }, "pods": { "active": 0, "failed": 0, "succeeded": 1 }, "status": { "complete": "true" }, "time": { "completed": "2023-10-31T11:19:41.000Z", "created": "2023-10-31T11:19:20.000Z" } }, "namespace": "default" }, "metricset": { "name": "state_job", "period": 10000 }, "service": { "address": "127.0.0.1:55555", "type": "kubernetes" } }