2024-06-19-Release

Version 1.60.0 • JUN 19, 2024

New Features

Bug Fixes

  • Fix transform processor in Couchbase source

  • Fix small rollout segment width when configurations have a low agent count

Other

  • Optimize agents GraphQL queries

  • Return 452 status when there is no license for the organization

  • Include error in log for BindPlane Transform Agent process

  • Upgrade to opamp-go v0.15.0

Agent Metrics Port

Agents managed by BindPlane expose metrics on TCP port 8888 by default. The port is now configurable using a global setting. Modifying the port will affect all agents.

The BindPlane configuration file's advanced section can be updated to include the agent.telemetryPortoption.

advanced:
  agent:
    telemetryPort: 8888

Modifying advanced options should be considered an advanced operation, and is not recommended unless guided by BindPlane support.

OpAMP Authentication

A new configuration section agents allow users to configure OpAMP authentication. Currently, secretKeyis the only supported authentication type. It supports one or more headers. In this example, the BindPlane control plane will check for X-Bindplane-Authorization first and then Authorization if the first header is not present.

agents:
  auth:
    type: secretKey
    secretKey:
      headers: 
      - X-Bindplane-Authorization
      - Authorization

Modifying the agent authentication options should be considered an advanced operation, and is not recommended unless guided by BindPlane support.

Last updated

Was this helpful?