Skip to content

Commit

Permalink
fix metric to check aerospike (#16956)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveny91 authored Feb 23, 2024
1 parent f1f55a5 commit d7b8fff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion aerospike/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
},
"metrics": {
"prefix": "aerospike.",
"check": "aerospike.uptime",
"check": [
"aerospike.uptime",
"aerospike.namespace.memory_free_pct"
],
"metadata_path": "metadata.csv"
},
"service_checks": {
Expand Down

0 comments on commit d7b8fff

Please sign in to comment.