Skip to main content

Bindplane

Bindplane is a unified telemetry pipeline built on OpenTelemetry. Bindplane supports Oodle as a first-class destination, allowing you to send Logs, Metrics, and Traces to Oodle.

Prerequisites

Before configuring the Oodle destination in Bindplane, ensure you have:

  • A Bindplane account
  • Your Oodle instance name (find it at ap1, us1)
  • Oodle API key (create one at ap1, us1)
  • Network connectivity from your Bindplane agents to Oodle

Configuration

Basic Configuration

To configure Bindplane to send telemetry to Oodle, you'll need:

  • Oodle Instance Name: Your Oodle instance identifier
  • API Token: Your Oodle API key for authentication
  • Telemetry Types: Select which telemetry types to export (Logs, Metrics, Traces)

Create a new destination in Bindplane with the following configuration:

apiVersion: bindplane.observiq.com/v1
kind: Destination
metadata:
id: oodle
name: Oodle
spec:
type: oodle
parameters:
- name: telemetry_types
value: ['Logs', 'Metrics', 'Traces']
- name: oodle_instance_name
value: '<OODLE_INSTANCE>'
- name: api_token
value: '<OODLE_API_KEY>'

Advanced Configuration

Bindplane provides extensive configurability for destinations. See the Bindplane documentation for the full list of configuration options.

Support

If you need assistance or have any questions, please reach out to us through:

  • The help chat widget available on the Support link in the sidebar
  • Email at support@oodle.ai