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

feat: add some metrics measuring consensus step duration #126

Merged
merged 13 commits into from
Oct 21, 2020

Commits on Sep 18, 2020

  1. feat: log execution time

    Woosang Son committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    336503b View commit details
    Browse the repository at this point in the history
  2. feat: add consensus duration metric

    Woosang Son committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    92ba800 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. fix: end time overwrite bug

    Woosang Son committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    3c247ca View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. feat: modify metric type to histogram

    Woosang Son committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    bd9ee45 View commit details
    Browse the repository at this point in the history
  2. fix: duration max float

    Woosang Son committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    5a707c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

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

Commits on Sep 28, 2020

  1. fix: time duration error

    Woosang Son committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    db55209 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Merge branch 'develop' of https://github.com/line/tendermint into fea…

    …t/duration_metric
    Woosang Son committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    8cae01c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/select_val_key' of https://github.com/line/tendermint

     into feat/duration_metric
    Woosang Son committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    972d5fe View commit details
    Browse the repository at this point in the history
  3. fix: change log

    Woosang Son committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    5d837aa View commit details
    Browse the repository at this point in the history
  4. fix: fmt error

    Woosang Son committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    c5deec0 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Merge branch 'develop' of https://github.com/line/tendermint into fea…

    …t/duration_metric
    Woosang Son committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    cf65ba7 View commit details
    Browse the repository at this point in the history
  2. fix: rename a configure

    Woosang Son committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    b6420bc View commit details
    Browse the repository at this point in the history