GithubHelp home page GithubHelp logo

isabella232 / boundary-plugin-riak Goto Github PK

View Code? Open in Web Editor NEW

This project forked from boundary/boundary-plugin-riak

0.0 0.0 0.0 249 KB

Plugin for extracting metrics from a Riak instance.

License: Apache License 2.0

Python 15.17% Lua 84.83%

boundary-plugin-riak's Introduction

Boundary Riak Plugin

The Boundary Riak plugin collects information on Riak clusters.

Prerequisites

Supported OS

OS Linux Windows SmartOS OS X
Supported v v v v

Requires Riak stats endpoint to be enabled and accessible from the machine running the plugin.

Boundary Meter versions v4.2 or later

For Boundary Meter earlier than v4.2

Runtime node.js Python Java
Required +

Plugin Setup

Before the plugin will collect metrics, you must provide it with the URL used to access the Riak stats endpoint. By default, this is "http://127.0.0.1:8098/stats", but it could be different if you have configured a different port.

Plugin Configuration Fields

Field Name Description
Riak Stats URL The URL to Riak's stats API endpoint
Poll Interval How often (in milliseconds) to poll for metrics
Source The Source to display in the legend for the metrics data. It will default to the hostname of the server

Metrics Collected

Field Name Description
RIAK_CONSISTENT_GET_OBJSIZE_MEAN Mean object size for strongly consistent GETs on this node in the last minute
RIAK_CONSISTENT_GET_TIME_MEAN Mean time between reception of client GETs to strongly consistent keys and subsequent response
RIAK_CONSISTENT_GETS Number of strongly consistent GETs coordinated by this node in the last minute
RIAK_CONSISTENT_PUT_OBJSIZE_MEAN Mean object size for strongly consistent PUTs on this node in the last minute
RIAK_CONSISTENT_PUT_TIME_MEAN Mean time between reception of client PUTs to strongly consistent keys and subsequent response
RIAK_CONSISTENT_PUTS Number of strongly consistent PUTs coordinated by this node in the last minute
RIAK_CONVERGE_DELAY_MEAN Mean time in milliseconds describing time taken for the ring to converge after ring changes
RIAK_GOSSIP_RECEIVED Number of gossip messages received in the last minute
RIAK_KV_VNODEQ_MEDIAN Median queue size of all local Riak KV virtual nodes in the last minute
RIAK_KV_VNODEQ_TOTAL Total queue size of all local Riak KV virtual nodes in the last minute
RIAK_KV_VNODES_RUNNING Number of local Riak KV virtual nodes running
RIAK_MEMORY_TOTAL Total allocated memory (sum of processes and system)
RIAK_NODE_GET_FSM_IN_RATE Average number of GET FSMs enqueued by Sidejob
RIAK_NODE_GET_FSM_OBJSIZE_MEAN Mean object size encountered by this node within the last minute
RIAK_NODE_GET_FSM_OUT_RATE Average number of GET FSMs dequeued by Sidejob
RIAK_NODE_GET_FSM_SIBLINGS_MEAN Mean number of siblings encountered during all GET operations by this node within the last minute
RIAK_NODE_GET_FSM_TIME_MEAN Mean time between reception of client GET request and subsequent response to client
RIAK_NODE_GETS Number of GETs coordinated by this node, including GETs to non-local vnodes in the last minute
RIAK_NODE_PUT_FSM_IN_RATE Average number of PUT FSMs enqueued by Sidejob
RIAK_NODE_PUT_FSM_OUT_RATE Average number of PUT FSMs dequeued by Sidejob
RIAK_NODE_PUT_FSM_TIME_MEAN Mean time between reception of client PUT request and subsequent response to client
RIAK_NODE_PUTS Number of PUTs coordinated by this node, where a PUT is sent to a local vnode in the last minute
RIAK_PBC_CONNECTS Number of Protocol Buffers connections made in the last minute
RIAK_PIPE_VNODEQ_MEDIAN Median queue size of local Riak Pipe virtual nodes in the last minute
RIAK_PIPE_VNODEQ_TOTAL Total queue size of all local Riak Pipe virtual nodes in the last minute
RIAK_PIPE_VNODES_RUNNING Number of local Riak Pipe virtual nodes running
RIAK_PIPELINE_ACTIVE The number of pipelines active in the last 60 seconds
RIAK_PIPELINE_CREATE_ONE The number of pipelines created in the last 60 seconds
RIAK_READ_REPAIRS Number of read repair operations this node has coordinated in the last minute
RIAK_REBALANCE_DELAY_MEAN Mean time in milliseconds describing time taken for the ring to converge after ring changes
RIAK_RINGS_RECONCILED Number of ring reconciliation operations in the last minute
RIAK_SEARCH_VNODEQ_MEAN Mean number of unprocessed messages all vnode message queues in the Riak Search subsystem have received on this node in the last minute
RIAK_SEARCH_VNODEQ_TOTAL Total number of unprocessed messages all vnode message queues in the Riak Search subsystem have received on this node since it was started
RIAK_SEARCH_VNODES_RUNNING Total number of vnodes currently running in the Riak Search subsystem

Dashboards

  • Riak

References

The information collected is a subset of the stats endpoint data, which also includes some data from the riak-admin status command.

boundary-plugin-riak's People

Contributors

bighnf avatar blkt avatar codemoran avatar gabrielnicolasavellaneda avatar jdgwartney 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.