OpenTelemetry Aerospike instrumentation
Project description
This library allows tracing requests made by the Aerospike library.
Installation
pip install opentelemetry-instrumentation-aerospike
Requirements
Python >= 3.9
aerospike >= 17.0.0 (minimum supported version)
Supported Operations
The following Aerospike client methods are instrumented:
Single Record Operations: put, get, select, exists, remove, touch, operate, append, prepend, increment
Batch Operations: batch_read, batch_write, batch_operate, batch_remove, batch_apply
Query/Scan Operations: query, scan
UDF Operations: apply, scan_apply, query_apply
Admin Operations: truncate, info_all
Aerospike Client Version Compatibility
Minimum Version: 17.0.0
Version |
Changes |
|---|---|
17.0.0 |
|
18.0.0 |
|
Captured Attributes
The instrumentation captures the following attributes:
Standard Attributes:
db.system.name: Always “aerospike”.
db.namespace: Aerospike namespace.
db.collection.name: Aerospike set name.
db.operation.name: The operation being performed (e.g., “GET”, “PUT”, “QUERY”).
db.user: The user connected to the database (if configured).
server.address: The hostname or IP address of the Aerospike node.
server.port: The port of the Aerospike node.
db.operation.batch.size: Number of keys in batch operations.
Aerospike-Specific Attributes:
db.aerospike.key: The record key (only if capture_key=True is enabled).
db.aerospike.bins: List of bins being written or selected (for PUT/SELECT).
db.aerospike.generation: Record generation (from GET results).
db.aerospike.ttl: Record TTL (from GET results).
db.aerospike.udf.module: UDF module name.
db.aerospike.udf.function: UDF function name.
References
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file opentelemetry_instrumentation_aerospike-0.61b0.dev0.tar.gz.
File metadata
- Download URL: opentelemetry_instrumentation_aerospike-0.61b0.dev0.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64223202ae34a8d0b285862d677dbc1f4067d226f945dca9d1b3f82f94b52ac8
|
|
| MD5 |
ac1a85b93d614bb27f05ece787da309e
|
|
| BLAKE2b-256 |
d14a53286481de561fe50a18113b842a84573477fe6c84c573cd640936d6d89e
|
File details
Details for the file opentelemetry_instrumentation_aerospike-0.61b0.dev0-py3-none-any.whl.
File metadata
- Download URL: opentelemetry_instrumentation_aerospike-0.61b0.dev0-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e49bb15fc3930999e3fec46a2be41a61e11233272b063986bfe86a3e339d2238
|
|
| MD5 |
6f0629ad834725dcdfd198ba1f1f5709
|
|
| BLAKE2b-256 |
6f8a3fb78694af10bcb52cd55434add4c3fdfa266e27c99377babb4dc6b1f8e4
|