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

# Zookeeper

> OpenTelemetry receiver for Zookeeper

# Zookeeper Receiver

![Status](https://img.shields.io/badge/status-alpha-red)

**Available in:** `contrib`

**Maintainers:** [@antonblock](https://github.com/antonblock), [@akats7](https://github.com/akats7)

**Source:** [opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/zookeeperreceiver)

## Supported Telemetry

![Metrics](https://img.shields.io/badge/metrics-alpha-green)

## Overview

## Configuration

* `endpoint`: (default = `localhost:2181`) Endpoint to connect to collect metrics. Takes the form `host:port`. See our [security best practices doc](https://opentelemetry.io/docs/security/config-best-practices/#protect-against-denial-of-service-attacks) to understand how to set the endpoint in different environments.
* `timeout`: (default = `10s`) Timeout within which requests should be completed.
* `initial_delay` (default = `1s`): defines how long this receiver waits before starting.

Example configuration.

```yaml theme={null}
receivers:
  zookeeper:
    endpoint: "localhost:2181"
    collection_interval: 20s
    initial_delay: 1s
```

## Scraper

Details about the scraper in [README.md](../../scraper/zookeeperscraper/README.md)

***

*Last generated: 2026-07-06*
