Skip to content
Webinar - July 10: Cut Infra Costs by 80% with Smarter DRAM, NVMe & Cloud Storage StrategyRegister now

ABS Monitoring

Metrics

ABS exposes system metrics that Prometheus can scrape, including the following application metrics:

NameDescription
aerospike_backup_service_runs_totalSuccessful backup runs counter
aerospike_backup_service_incremental_runs_totalSuccessful incremental backup runs counter
aerospike_backup_service_skip_totalFull backup skip counter
aerospike_backup_service_incremental_skip_totalIncremental backup skip counter
aerospike_backup_service_failure_totalFull backup failure counter
aerospike_backup_service_incremental_failure_totalIncremental backup failure counter
aerospike_backup_service_duration_millisFull backup duration in milliseconds
aerospike_backup_service_incremental_duration_millisIncremental backup duration in milliseconds
aerospike_backup_service_backup_progress_pctProgress of backup processes in percentage
aerospike_backup_service_restore_progress_pctProgress of restore processes in percentage

Endpoints

NameDescription
/metricsExposes metrics on port 8080 for Prometheus to check performance of the backup service.
/healthAllows monitoring systems to check the service health.
/readyChecks whether the service is able to handle requests.
/api-docsServes the API documentation in Swagger UI format.

See the official Kubernetes documentation and Prometheus documentation for more information.

Feedback