Dynatrace

Description

This Dynatrace destination configures an OTLP exporter to send telemetry data (logs, metrics, traces) to a Dynatrace server for ingestion. It supports sending data to both SaaS and ActiveGate deployment types of Dynatrace.

Supported Types

Metrics
Logs
Traces
Bindplane Collector

v1.36.0+

Note for Metrics: Currently monotonic cumulative sums are not supported

Configuration

Field
Description

Choose Telemetry Type

Select which types of telemetry to export (Logs, Metrics, Traces).

Deployment Type

Select the Dynatrace deployment type (SaaS or ActiveGate).

ActiveGate Hostname or IP

The hostname or IP address of your ActiveGate (required if Deployment Type is ActiveGate).

Port

The port to connect to. Default is 9999 for ActiveGate (required if Deployment Type is ActiveGate).

Environment ID

The Environment ID for your Dynatrace instance.

Dynatrace API Token

The API token used to authenticate with the Dynatrace API.

Skip TLS Certificate Verification

Enable to skip TLS certificate verification.

TLS Certificate Authority File

Certificate authority used to validate TLS certificates.

For more information on specific parameters, see Dynatrace documentation.

This destination supports the following retry and queuing settings:

Sending Queue
Persistent Queue
Retry on Failure

Example Configuration

For a basic configuration, specify the telemetry types to export, deployment type, environment ID, and API Token.

Web Interface

Bindplane docs - Dynatrace - image 1

Standalone Destination

apiVersion: bindplane.observiq.com/v1
kind: Destination
metadata:
  id: dynatrace_otlp
  name: dynatrace_otlp
spec:
  type: dynatrace_otlp
  parameters:
    - name: telemetry_types
      value: ['Logs', 'Metrics', 'Traces']
    - name: deployment_type
      value: 'SaaS'
    - name: your_environment_id
      value: 'your_env_id'
    - name: dynatrace_api_token
      value: 'your_api_token'

Last updated

Was this helpful?