GithubHelp home page GithubHelp logo

mewpoke's Introduction

Build Status

Project archived, due to the number of ad hoc features/behavior needed for our custom requirements. So it is no longer worth putting it as open source. The project is still working.

MEWPOKE - Hope of a mew probe

logo

Overview

This project contains a probe aiming to monitor latencies and avaibilities for Couchbase and Memcached nodes.

The targeted clusters can either be discovered through Consul, or via a node (other nodes and buckets would then me discoverred automatically)

Metrics are gathered periodically and exposed through a prometheus endpoint available at Config:app:httpServerPort/metrics

Exposed metrics

Metric Description Labels
memcached_up Availability of a given bucket on a given memcached node cluster, bucket, instance
memcached_latency Get and Set latencies cluster, bucket, instance, command, quantile
memcached_stats Memcached global stats (ex: total_items, get_misses,..etc.) cluster, bucket, instance, name
memcached_items Memcached slab specific metrics (ex: moves_to_warm, evicted,..etc.) cluster, bucket, instance, slabsizerange, name
couchbase_up Availability of a given bucket on a given Couchbase node cluster, bucket, instance
couchbase_latency Disk persistence latency for a set operation cluster, bucket, instance, command, quantile
couchbase_operations Ongoing rebalance operation on the cluster cluster, operation
couchbase_stats Couchbase specific stats that are listed in the config file in the couchbaseStats/bucket section cluster, bucket, instance, name
couchbase_xdcr Couchbase replication stats that are listed in the config file in the couchbaseStats/xdcr section cluster, bucket, remotecluster, name
couchbase_membership Cluster membership status cluster, membership

Build

  1. Clone the repository
  2. Ensure you have Java 8 and gradle installed
  3. Run gradle build at the root of the directory
  4. Artifacts can be founds inside the build/libs directory

Run

  1. Ensure you have a valid config file (see configuration)
  2. Run java -jar my_uber_jar.jar my_config.yml
  3. That's all, Enjoy !!

mewpoke's People

Contributors

gfediere avatar erebe avatar ndjadi avatar kamaradclimber avatar ashangit avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.