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

Added Last Active Clients advanced statistics to Grafana Source Server #895

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Dec 1, 2020

  1. Added struct LastActiveMetric

    LastActiveMetric represents the last time a GRR client was active (last
    time it pinged the server).
    In this commit there are no exhaustive tests; it was only added to the
    list of metrics to be retrieved on the '/search' API endpoint.
    Gilad Tsehori committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    3089346 View commit details
    Browse the repository at this point in the history
  2. Fixed typing errors

    Gilad Tsehori committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    b854221 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/google/grr into grrafana_…

    …last_active
    Gilad Tsehori committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    cea44a5 View commit details
    Browse the repository at this point in the history
  4. Initial draft for testLastActiveMetric

    Gilad Tsehori committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    663845a View commit details
    Browse the repository at this point in the history
  5. Added a test

    Gilad Tsehori committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    5ee1181 View commit details
    Browse the repository at this point in the history