basho / riak_pipe

Riak Pipelines
Apache License 2.0
162 stars 61 forks source link

Integrate the Exometer metrics package #81

Closed uwiger closed 10 years ago

uwiger commented 10 years ago

This PR is part of a set of PRs aimed at integrating the Exometer metrics package into Riak.

(From basho/riak_core#465)

From our measurements so far, Exometer offers both better throughput and lower footprint than the previous metrics management, and at the same time offers more flexible and uniform handling and better extensibility.

In addition to maintaining the console command riak-admin status and the HTTP JSON report (which aim to be backwards-compatible), a new console command, riak-admin stat <cmd> has been added, for selective reporting of statistics as well as some management (ability to enable/disable metrics on the fly).

Other noteworthy changes:

jburwell commented 10 years ago

The PR has been superseded by PR 88.