Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Adding truncate / truncate_lut metrics for namespaces and sets #40

Merged
merged 1 commit into from
May 6, 2020

Conversation

Xaelias
Copy link
Contributor

@Xaelias Xaelias commented May 6, 2020

❯ curl -s localhost:9146/metrics | grep truncate | grep -v ' 0$'
# HELP aerospike_ns_truncate_lut The most covering truncate_lut for this namespace
# TYPE aerospike_ns_truncate_lut gauge
# HELP aerospike_ns_truncated_records truncated records
# TYPE aerospike_ns_truncated_records counter
aerospike_ns_truncated_records{namespace="<namespace>"} 1.00091747e+08
# HELP aerospike_set_truncate_lut The most covering truncate_lut for this set
# TYPE aerospike_set_truncate_lut gauge
aerospike_set_truncate_lut{namespace="<namespace>",set="<set1>"} 3.25275438944e+11
aerospike_set_truncate_lut{namespace="<namespace>",set="<set2>"} 3.26384163993e+11

@alicebob alicebob merged commit 2be7cc5 into alicebob:master May 6, 2020
@alicebob
Copy link
Owner

alicebob commented May 6, 2020

Thanks!

@alicebob
Copy link
Owner

alicebob commented May 6, 2020

https://github.com/alicebob/asprom/releases/tag/v1.9.1

This time I did not forget to add binaries.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants