﻿---
title: Kubernetes proxy metricset
description: proxy metricset for the Kubernetes module. For a description of each field in the metricset, see the exported fields section. Here is an example document...
url: https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/metricbeat/metricbeat-metricset-kubernetes-proxy
products:
  - Beats
  - Metricbeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Kubernetes proxy metricset
`proxy` metricset for the Kubernetes module.

## Fields

For a description of each field in the metricset, see the [exported fields](https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/metricbeat/exported-fields-kubernetes) section.
Here is an example document generated by this metricset:
```json
{
    "@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": 8318.793
                        }
                    },
                    "size": {
                        "bytes": {
                            "bucket": {
                                "+Inf": 1,
                                "1024": 1,
                                "1048576": 1,
                                "16384": 1,
                                "16777216": 1,
                                "256": 1,
                                "262144": 1,
                                "4096": 1,
                                "4194304": 1,
                                "512": 1,
                                "64": 0,
                                "65536": 1
                            },
                            "count": 1,
                            "sum": 218
                        }
                    }
                },
                "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": 465
                        }
                    }
                }
            },
            "host": "control-plane.minikube.internal:8443",
            "verb": "POST"
        }
    },
    "metricset": {
        "name": "proxy",
        "period": 10000
    },
    "service": {
        "address": "127.0.0.1:55555",
        "type": "kubernetes"
    }
}
```