> For the complete documentation index, see [llms.txt](https://docs.bindplane.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bindplane.com/configuration/bindplane/collector-telemetry-port.md).

# Collector Telemetry Port

{% hint style="info" %}
**NOTE**

[📗 Configure the per-organization telemetry port for a Bindplane, here.](/configuration/bindplane-otel-collector/internal-telemetry.md)
{% endhint %}

For self-hosted Bindplane server deployments, you can configure the collector's telemetry port globally, which affects all collectors managed by Bindplane.

## Configuration File

Add the `agent.telemetryPort` option to the `advanced` section of your Bindplane configuration file:

```yaml
advanced:
  agent:
    telemetryPort: 8888
```

{% hint style="info" %}
**NOTE**

See the [June 19, 2024 release notes](https://docs.bindplane.com/changelog/june-2024/2024-06-19-release#agent-metrics-port) for more information.
{% endhint %}

## Server Flag

When starting the Bindplane server, use the `--advanced-agent-telemetry-port` flag:

```bash
bindplane serve --advanced-agent-telemetry-port 8888
```

## Environment Variable

Set the `BINDPLANE_ADVANCED_AGENT_TELEMETRY_PORT` environment variable:

```bash
export BINDPLANE_ADVANCED_AGENT_TELEMETRY_PORT=8888
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bindplane.com/configuration/bindplane/collector-telemetry-port.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
