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 improvements #2255

Merged
merged 3 commits into from May 26, 2016
Merged

Metrics improvements #2255

merged 3 commits into from May 26, 2016

Commits on May 18, 2016

  1. Avoid fetching metrics before node list is loaded

    - ShowMetricsPage listens to NodesStore to get the metrics
    - MetricsStore.names() adds a warning in the console if the list of
      nodes is not yet available
    Edmundo Alvarez committed May 18, 2016
    Copy the full SHA
    d04393f View commit details
    Browse the repository at this point in the history
  2. Catch exceptions on metrics filter regex

    Also show a message when no metrics match the filter or the filter is
    invalid.
    Edmundo Alvarez committed May 18, 2016
    Copy the full SHA
    bceaf2e View commit details
    Browse the repository at this point in the history
  3. Update buffer metrics filter

    Fixes #2250
    Edmundo Alvarez committed May 18, 2016
    Copy the full SHA
    c4d7d7b View commit details
    Browse the repository at this point in the history