Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

[Aerospike] Initial commit #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Aerospike/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - Aerospike Integration

1.0.0 / Unreleased
==================
### Changes

* [FEATURE] Initial Aerospike Integration Tile.
47 changes: 47 additions & 0 deletions Aerospike/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
## Overview


Get metrics from [Aerospike](https://aerospike.com) in real time to:

* Visualize your database's performance.

* Obtain usage statistics


## Setup

*To capture Aerospike metrics, you need to install the Datadog Agent*

**Note:** This plugin does not support access control. As such, it is only compatible with Community Edition and Enterprise Edition that does not have TLS or Access Control enabled.

1. Configure the Agent to connect to Aerospike
edit conf.d/aerospike.yaml

```
init_config:
mappings:
...
instances:
- host: localhost
```

1. Restart the Agent

## Data Collected
### Metrics
See [metadata.csv](https://github.com/DataDog/integrations-extras/blob/master/aerospike/metadata.csv) for a list of metrics provided by this integration.

### Events

The Aerospike integration does not include any events at this time.

### Service Checks

There is one service check: `aerospike.cluster_up`

## Troubleshooting
Need help? Contact [Datadog Support](http://docs.datadoghq.com/help/).

## Further Reading

Learn more about infrastructure monitoring and all our integrations on [our blog](https://www.datadoghq.com/blog/).
Binary file added Aerospike/logos/avatars-bot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Aerospike/logos/saas_logos-bot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Aerospike/logos/saas_logos-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions Aerospike/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "aerospike",
"manifest_version": "1.0.0",
"maintainer": "[email protected]",
"display_name": "Aerospike",
"short_description": "Flash optimized high performance NoSQL Database",
"metric_prefix": "aerospike.",
"metric_to_check": "aerospike.uptime",
"creates_events": false,
"public_title": "Datadog-Aerospike Integration",
"type":"check",
"doc_link": "https://github.com/DataDog/integrations-extras/tree/master/aerospike",
"is_public": true,
"has_logo": true
}
530 changes: 530 additions & 0 deletions Aerospike/metadata.csv

Large diffs are not rendered by default.