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

metrics: introduce go-metrics-interface #3189

Merged
merged 10 commits into from
Sep 20, 2016
Merged

Commits on Sep 13, 2016

  1. metrics: update prometheus

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    a2bb6e8 View commit details
    Browse the repository at this point in the history
  2. metrics: add hit counter for ARC and bloom caches

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    3251c29 View commit details
    Browse the repository at this point in the history
  3. blockstore: move ARC cache below the bloom cache

    ARC cache is influenced by requests and bloom isn't
    This means that if bloom is able to remove some requests caching them in
    ARC is pointless.
    
    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    66a031f View commit details
    Browse the repository at this point in the history
  4. blockstore: change order of newARCCachedBS parmaeters

    so the context is first one
    
    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    d1237f1 View commit details
    Browse the repository at this point in the history
  5. blockstore: update bbloom

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    95dca1e View commit details
    Browse the repository at this point in the history
  6. blockstore: add Bloom fill ratio metric

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    5f0be2e View commit details
    Browse the repository at this point in the history
  7. metrics: fix peer number metric in offline mode

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    7faa324 View commit details
    Browse the repository at this point in the history
  8. deps: update go-metrics-interface and -prometheus to 0.1.2

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    a5899a4 View commit details
    Browse the repository at this point in the history
  9. metrics: do not run bloom fillrate collector when metrics are inactive

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    c7d8966 View commit details
    Browse the repository at this point in the history
  10. metrics: do explicit metrics injection

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    9cbeffa View commit details
    Browse the repository at this point in the history