Skip to content

Commit

Permalink
Update README for Aerospike Prometheus Exporter v1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spkesan committed Feb 28, 2022
1 parent 49f4108 commit b70ae72
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,29 @@ Packages will be generated under `./pkg/target/` directory.
"lap_us"
]
# Job (scans/queries) metrics allowlist
job_metrics_allowlist = [
"rps",
"active-threads",
"job-progress",
"run-time",
"recs-throttled",
"recs-succeeded",
"recs-failed",
"net-io-bytes"
]
# Secondary index metrics allowlist
sindex_metrics_allowlist = [
"entries",
"ibtr_memory_used",
"nbtr_memory_used",
"query_basic_complete",
"query_basic_error",
"query_basic_abort",
"query_basic_avg_rec_count"
]
# Metrics Blocklist - If specified, these metrics will be NOT be scraped.
# Namespace metrics blocklist
Expand All @@ -248,6 +271,12 @@ Packages will be generated under `./pkg/target/` directory.
# XDR metrics blocklist (only for Aerospike versions 5.0 and above)
# xdr_metrics_blocklist=[]
# Job (scans/queries) metrics blocklist
# job_metrics_blocklist = []
# Secondary index metrics blocklist
# sindex_metrics_blocklist = []
```
- To enable basic HTTP authentication and/or enable HTTPS between the Prometheus server and the exporter, use the below configurations keys,
Expand Down

0 comments on commit b70ae72

Please sign in to comment.