Dash0

Description

Sends logs, metrics, and traces to Dash0 account using the OTLP exporter.

Supported Types

Logs
Metrics
Traces
Bindplane Collector

v1.41.0+

Prerequisites

A Dash0 account, dataset, and auth token will need to be created before being able to send telemetry with this destination. See this Dash0 quick start guide for more information.

Configuration

Field
Description

Bearer Token

A token with write-access to your Dash0 account. You can learn more here.

Dataset

A unique dataset that you wish to send the data into. You can learn more here.

This destination supports the following retry and queuing settings:

Sending Queue
Persistent Queue
Retry on Failure

Example Configuration

This example configuration will forward metrics, traces, and logs to the account associated with the specified auth token and dataset.

Web Interface

Bindplane docs - Dash0 - image 1
Bindplane docs - Dash0 - image 2

Standalone Destination

apiVersion: bindplane.observiq.com/v1
kind: Destination
metadata:
  id: dash0
  name: dash0
spec:
  type: dash0
  parameters:
    - name: telemetry_types
      value: ['Logs', 'Metrics', 'Traces']
    - name: bearer_token
      value: 'some_bearer_token'
    - name: dataset
      value: 'bindplane'
    - name: protocol
      value: 'grpc'
    - name: compression
      value: 'gzip'
    - name: retry_on_failure_enabled
      value: true
    - name: sending_queue_enabled
      value: true
    - name: persistent_queue_enabled
      value: true

Last updated

Was this helpful?