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

Add metrics framework for frontend and backend #1306

Merged
merged 18 commits into from
Dec 2, 2022

Commits on Nov 28, 2022

  1. Add metrics counters

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f0f61f0 View commit details
    Browse the repository at this point in the history
  2. Add basic metrics

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    2325337 View commit details
    Browse the repository at this point in the history
  3. Add tests for metric counters

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    1a63c53 View commit details
    Browse the repository at this point in the history
  4. Add stats rest handler

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c0601ed View commit details
    Browse the repository at this point in the history
  5. --wip-- workaround for dependency

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b0d3e3a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Remove duplicate metrics increment

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    adb68bd View commit details
    Browse the repository at this point in the history
  2. Bump jackson version

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    0ed4924 View commit details
    Browse the repository at this point in the history
  3. Fix detekt styles

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    018a700 View commit details
    Browse the repository at this point in the history
  4. Add metrics counters to node server

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    41cce60 View commit details
    Browse the repository at this point in the history
  5. Add metrics route to node server

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    4be4a8c View commit details
    Browse the repository at this point in the history
  6. Add function to increment count metric

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    3901b8f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Add trace analytics request metrics

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    c611e7c View commit details
    Browse the repository at this point in the history
  2. Add trace analytics refresh click metric

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    be1f264 View commit details
    Browse the repository at this point in the history
  3. Update snapshots

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    891115d View commit details
    Browse the repository at this point in the history
  4. Minor fix

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    15f5a5e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Refactor incrementCountMetric

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    83e2419 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    b9bce79 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    c86df76 View commit details
    Browse the repository at this point in the history