Live Workshop: Integrate Google SecOps with Bindplane - Join Us on February 26th at 11 AM ET!Sign Up Now

Dash0

Description

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

Supported Types

LogsMetricsTracesBindplane 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

FieldDescription
Bearer TokenA token with write-access to your Dash0 account. You can learn more here.
DatasetA 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 QueuePersistent QueueRetry 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 Destination - image 1
bindplane docs - dash0 Destination - image 2

Standalone Destination

yaml
1apiVersion: bindplane.observiq.com/v1
2kind: Destination
3metadata:
4  id: dash0
5  name: dash0
6spec:
7  type: dash0
8  parameters:
9    - name: telemetry_types
10      value: ['Logs', 'Metrics', 'Traces']
11    - name: bearer_token
12      value: 'some_bearer_token'
13    - name: dataset
14      value: 'bindplane'
15    - name: protocol
16      value: 'grpc'
17    - name: compression
18      value: 'gzip'
19    - name: retry_on_failure_enabled
20      value: true
21    - name: sending_queue_enabled
22      value: true
23    - name: persistent_queue_enabled
24      value: true