Skip to main content

Aerospike Receiver

Status Available in: contrib Maintainers: @antonblock Source: opentelemetry-collector-contrib

Supported Telemetry

Metrics

Overview

The Aerospike Receiver uses the official Go client to connect and collect. Aerospike versions 4.9, 5.x, and 6.x are supported.

Configuration

Configuration parameters:
  • endpoint (default localhost:3000): Aerospike host ex: 127.0.0.1:3000.
  • tlsname Endpoint tls name. Used by the client during TLS connections. See Aerospike authentication for mor details.
  • collect_cluster_metrics (default false): Whether discovered peer nodes should be collected.
  • collection_interval (default = 60s): This receiver collects metrics on an interval. Valid time units are ns, us (or µs), ms, s, m, h.
  • initial_delay (default = 1s): defines how long this receiver waits before starting.
  • username (Enterprise Edition only.)
  • password (Enterprise Edition only.)
  • tls (default empty/no tls) tls configuration for connection to Aerospike nodes. More information at OpenTelemetry’s tls config page.

Example Configuration

Metrics

Details about the metrics produced by this receiver can be found in metadata.yaml

Metrics

Attributes

Resource Attributes

Configuration

Example Configuration


Last generated: 2026-08-24