Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Metricbeat] Add Aerospike Dashboard #13217

Merged
merged 6 commits into from Aug 21, 2019

Conversation

sorantis
Copy link
Contributor

@sorantis sorantis commented Aug 9, 2019

Partially addresses #10594.

This Aerospike dashboard visualizes the following metrics:

  - name: aerospike.namespace.objects.total
    description: Number of records in this namespace for this node.

  - name: aerospike.namespace.client.read.success
    description: Number of successful client read transactions.
  - name: aerospike.namespace.client.write.success
    description: Number of successful client write transactions.
  - name: aerospike.namespace.client.delete.success
    description: Number of successful client delete transactions.

  - name: aerospike.namespace.client.read.error
    description: Number of client read transaction errors.
  - name: aerospike.namespace.client.write.error
    description: Number of client write transaction errors.
  - name: aerospike.namespace.client.delete.error
    description: Number of client delete transaction errors.

  - name: aerospike.namespace.client.read.timeout
    description: Number of client read transaction timeouts.
  - name: aerospike.namespace.client.write.timeout
    description: Number of client write transaction timeouts.
  - name: aerospike.namespace.client.delete.timeout
    description: Number of client delete transaction timeouts.

  - name: aerospike.namespace.device.total.bytes
    description: Total bytes of disk space allocated to this namespace on this node.
  - name: aerospike.namespace.device.used.bytes
    description: Total bytes of disk space used by this namespace on this node.

Dashboard snapshot:
metricbeat-aerospike-overview

@sorantis sorantis requested review from a team as code owners August 9, 2019 19:29
@sorantis sorantis self-assigned this Aug 9, 2019
@sorantis sorantis added Team:Integrations Label for the Integrations team enhancement Metricbeat Metricbeat review labels Aug 9, 2019
@kaiyan-sheng
Copy link
Contributor

@sorantis Probably need a rebase here again to make ci happy.

@urso urso removed the request for review from a team August 20, 2019 11:13
Copy link
Contributor

@kaiyan-sheng kaiyan-sheng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@sorantis sorantis merged commit d288e19 into elastic:master Aug 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Metricbeat Metricbeat review Team:Integrations Label for the Integrations team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants