Axiom
Description
This destination can be used to send logs and traces (metrics coming soon) to an Axiom account.
Supported Types
Logs
Metrics
Traces
Bindplane Collector
✓
✓
v1.41.0
+
Prerequisites
An Axiom account, a bearer token, and a dataset.
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 bearer token and dataset.
Web Interface


Standalone Destination
apiVersion: bindplane.observiq.com/v1
kind: Destination
metadata:
id: axiom
name: axiom
spec:
type: axiom
parameters:
- name: telemetry_types
value: ['Logs', '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?