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

Develop 3.0 riak stat #997

Open
wants to merge 43 commits into
base: develop-3.0-riak_stat_merge
Choose a base branch
from

Commits on Jul 10, 2019

  1. pulled down riak 3.0 with riak_stat as a dependency. exoskeleton too …

    …internal
    banana committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    5cbb970 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    a403eea View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. changed the bash script in riak-admin to rpc to new functions in riak…

    …_core_console, functions for exoskeleskin, riak_stat: consol commands, profile commands and generic admin commands. Updated the riak-admin stat --help with more information on profiles and exoskeleskin functions
    banana committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    3040478 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Added stop-persist function to riak-admin stat -- to stop any persist…

    …ing of data, profile or otherwise
    banana committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    e6b08d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. added functions for exoskeleskin abilities

    banana committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    05d8d29 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. updated the functions for setting up an endpoint and setting down the…

    … endpoint, and a function to request data from exometer via http. similar functionality to riak_stat:stat_show, but can include the app_stats and expanded_disk stats, updated exoskele_help() in riak-admin as well
    banana committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    30910a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. removed 'collect' function

    banana committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    b9c97af View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. rebar changes

    banana committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    868d3ff View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Changed to relx_nodetool

    banana committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    938bb1d View commit details
    Browse the repository at this point in the history
  2. change app.src

    banana committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    888d14a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. updated stat_ep_help() for more information on endpoints for udp. rem…

    …oved unused functions, updated help for profiles and other stat functions
    banana committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    fe2ee42 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. fixed error for stat_profile_help(), changed the riak admin stat save…

    …-profile etc to riak admin profile save, loiad, delete reset etc... to make it more simple and easier to understand
    banana committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    25a8eac View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. fixed untested functions error on line:99 as there was a typo for rel…

    …x_nodetool
    banana committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    2ccb0d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. added new function find-info into the bash script, this can be used t…

    …o find information on the polling requests based on their port, instance, protocol, serverip etc.. works using riak_core_metadata:fold(...) to iterate over the protocol given, otherwise over everthing in that prefix
    banana committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    bd4f661 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. moved push_help()

    banana committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    5876ba8 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Added a test command in the rel/files/riak-admin to test the pushing …

    …of stats in a local gen_server
    ragecherrypanda authored and ragecherrypanda committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    9070cbb View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Created help functions for: stat show-0, stat disable-0, stat metadat…

    …a. push setup, push setdown, push info. profile save, profile load, profile delete, profile reset.
    
    Changed the riak admin push find-info -> riak admin push info.
    Changed functionality of riak admin stat enable-metadata true|false -> riak admin stat metadata enable|disable
    changed /bin/riak-admin in examples -> riak admin...
    Added indents on all the echo help functions to better distinguish them from the command line. also adding padding above and below them.
    banana committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    a5b71fe View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. changes

    banana committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    e9eebed View commit details
    Browse the repository at this point in the history
  2. removed locked deps

    banana committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    7ebd376 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. added info-all to riak admin push. usage changed to riak admin instea…

    …d of riak
    banana committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    38fbbde View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Grammar and phrasing.

    banana committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    2fcaf2f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. added in the [-z ] flag into the push_admin(), stat_admin() and profi…

    …le_admin() functions, So if nothing has been entered it will return No Argument Entered, saving the journey to riak_stat_console and so a lot of catch all clauses can be removed from the code
    banana committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    911cbc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. spacing in the files

    banana committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    dae57ea View commit details
    Browse the repository at this point in the history
  2. help functions formatting and phrasing

    banana committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    3534ae5 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. removed yokozuna as a dependency

    banana committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    ff5af52 View commit details
    Browse the repository at this point in the history
  2. 3.0 packaging - RPM (#1000)

    Port files over from node_package for building packages (RPM & DEB).
    Martin Cox committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    06d74ea View commit details
    Browse the repository at this point in the history
  3. removed yokozuna

    banana committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    0b930bb View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop-3.0' into develop-3.0-riak_stat

    Conflicts:
    	rebar.lock
    banana committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    4bac4f5 View commit details
    Browse the repository at this point in the history
  5. build fix

    banana committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    ce779ad View commit details
    Browse the repository at this point in the history
  6. find riak_core

    banana committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    e1e63aa View commit details
    Browse the repository at this point in the history
  7. removed rebar lock

    banana committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    afd21f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Fix devrel.

    Martin Cox committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    60e440a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Update specfile with rebar profile changes.

    Martin Cox committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    769bd27 View commit details
    Browse the repository at this point in the history
  2. Fix package tagging.

    Martin Cox committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    7ba5d06 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Configuration menu
    Copy the full SHA
    d2111a9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop-3.0-riak_stat' of https://github.com/basho/riak

    …into develop-3.0-riak_stat
    banana committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    0ba22c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e71e7e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. riak-stat rel file

    root committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    999c974 View commit details
    Browse the repository at this point in the history
  2. changes to push admin

    banana committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    be50e24 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Changed the push_admin to only have have to be udp|tcp for setup, upd…

    …ate the help function outputs
    banana committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    6c2df15 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    4934777 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    96e4e22 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    ed3a380 View commit details
    Browse the repository at this point in the history