> ## Documentation Index
> Fetch the complete documentation index at: https://docs.honeycomb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# StatsD

<Badge className="hny-badge-enterprise-addon" stroke>Ent+</Badge>

<Note>
  This feature is available as an add-on for the [Honeycomb Enterprise plan](https://www.honeycomb.io/pricing/).
  Please contact your Honeycomb account team for details.
</Note>

## Supported Platforms

| Platform | Metrics | Logs | Traces |
| :------- | :------ | :--- | :----- |
| Linux    | ✓       |      |        |
| Windows  | ✓       |      |        |
| macOS    | ✓       |      |        |

## Configuration Table

| Parameter              | Type     | Default   | Description                                                               |
| :--------------------- | :------- | :-------- | :------------------------------------------------------------------------ |
| listen\_ip             | `string` | "0.0.0.0" | IP Address to listen on.                                                  |
| listen\_port           | `int`    | 8125      | Port to listen on and receive metrics from statsd clients.                |
| aggregation\_interval  | `int`    | 60        | The aggregation time in seconds that the receiver aggregates the metrics. |
| enable\_metric\_type   | `bool`   | false     | Enable the statsd receiver to be able to emit the metric type as a label. |
| is\_monotonic\_counter | `bool`   | false     | Set all counter-type metrics the statsd receiver received as monotonic.   |
