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

Field
Description

Bearer Token

A token with write-access to your Axiom 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 bearer token and dataset.

Web Interface

Bindplane docs - Axiom - image 1
Bindplane docs - Axiom - image 2

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?