Collector Telemetry Port

Bindplane OTel collectors expose internal telemetry metrics using the Prometheus format. By default, these metrics are available on TCP port 8888.

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:

advanced:
  agent:
    telemetryPort: 8888

NOTE

See the June 19, 2024 release notes for more information.

Server Flag

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

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

Environment Variable

Set the BINDPLANE_ADVANCED_AGENT_TELEMETRY_PORT environment variable:

export BINDPLANE_ADVANCED_AGENT_TELEMETRY_PORT=8888

Last updated

Was this helpful?