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
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


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?