Skip to content

Commit

Permalink
[Metricbeat] Add Aerospike Dashboard (#13217)
Browse files Browse the repository at this point in the history
* [Metricbeat] Add Aerospike Dashboard

* Update changelog

* Fix dashboard documentation

* Add description to the dashboard
  • Loading branch information
sorantis committed Aug 21, 2019
1 parent bb91c39 commit d288e19
Show file tree
Hide file tree
Showing 6 changed files with 1,334 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d

*Metricbeat*

- Add new dashboard for Aerospike database stats {pull}13217[13217]
- Add new dashboard for Couchbase cluster stats {pull}13212[13212]
- Add new dashboard for Prometheus server stats {pull}13126[13126]
- Add new option `OpMultiplyBuckets` to scale histogram buckets to avoid decimal points in final events {pull}10994[10994]
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions metricbeat/docs/modules/aerospike.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ The Aerospike module uses the http://www.aerospike.com/docs/reference/info[Info
The Aerospike metricsets were tested with Aerospike 3.9 and are expected to work with all versions >= 3.9.


[float]
=== Dashboard

The Aerospike module comes with a predefined dashboard for Aerospike namespace, node specific stats. For example:

image::./images/metricbeat-aerospike-overview.png[]


[float]
=== Example configuration

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules_list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file is generated! See scripts/mage/docs_collector.go
[options="header"]
|===
|Modules |Dashboards |Metricsets
|<<metricbeat-module-aerospike,Aerospike>> |image:./images/icon-no.png[No prebuilt dashboards] |
|<<metricbeat-module-aerospike,Aerospike>> |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.1+| .1+| |<<metricbeat-metricset-aerospike-namespace,namespace>>
|<<metricbeat-module-apache,Apache>> |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.1+| .1+| |<<metricbeat-metricset-apache-status,status>>
Expand Down
8 changes: 8 additions & 0 deletions metricbeat/module/aerospike/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ The Aerospike module uses the http://www.aerospike.com/docs/reference/info[Info
=== Compatibility

The Aerospike metricsets were tested with Aerospike 3.9 and are expected to work with all versions >= 3.9.


[float]
=== Dashboard

The Aerospike module comes with a predefined dashboard for Aerospike namespace, node specific stats. For example:

image::./images/metricbeat-aerospike-overview.png[]

0 comments on commit d288e19

Please sign in to comment.