# Internal Telemetry

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

[📗 Configure the global telemetry port for a Bindplane Server (Self-Hosted), here.](/configuration/bindplane/collector-telemetry-port.md)
{% endhint %}

Starting with Bindplane Server v1.90.1, you can configure the telemetry port on a per-configuration basis using the Advanced Configuration settings. This allows different configurations to use different telemetry ports.

<div align="center"><figure><img src="/files/rbAPGMMzQeJl5GD3VrjJ" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/H3Gf7Pw21cuDRwJPI6Qi" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="warning" %}
**IMPORTANT**

You can assign the port per configuration but not per agent. Hosts that cannot use the default port\
`8888` will need to be added to a configuration with a different port configured.
{% endhint %}

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

See the [May 9, 2025 release notes](https://docs.bindplane.com/changelog/may-2025/2025-05-09-release#new-features) for more information.
{% endhint %}

## OpenTelemetry Internal Telemetry

Bindplane uses OpenTelemetry's internal telemetry configuration. For more details about the\
upstream OpenTelemetry telemetry implementation, see the [OpenTelemetry Internal Telemetry documentation](https://opentelemetry.io/docs/collector/internal-telemetry/).

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

The upstream OpenTelemetry schema had a breaking change regarding telemetry configuration.

Some time ago, `service.telemetry.metrics.address` was deprecated in favor of\
`service.telemetry.metrics.readers`. BDOT agents v1.74.1 to v1.82.0 support both schemas.\
Depending on the version of Bindplane you are using, the generated configuration may use different\
field names.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.bindplane.com/configuration/bindplane-otel-collector/internal-telemetry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
