﻿---
title: Metricsets
description: Currently, there is only server metricset in statsd module. The metricset collects metric data sent using UDP and publishes them under the statsd prefix...
url: https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/metricbeat/_metricsets_70
products:
  - Beats
  - Metricbeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Metricsets
Currently, there is only `server` metricset in `statsd` module.

### `server`

The metricset collects metric data sent using UDP and publishes them under the `statsd` prefix.

## Example configuration

The Statsd module supports the standard configuration options that are described in [Modules](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/metricbeat/configuration-metricbeat). Here is an example configuration:
```yaml
metricbeat.modules:
- module: statsd
  host: "localhost"
  port: "8125"
  enabled: false
  #ttl: "30s"
```


## Metricsets

The following metricsets are available:
- [server](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/metricbeat/metricbeat-metricset-statsd-server)