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 server metrics #273

Merged
merged 8 commits into from
Apr 15, 2023

Commits on Apr 14, 2023

  1. feat: expose metrics path & init analyzer errors metrics

    This commit add metrics path & the analyzer error metrics in the codebase. The changes have been made across all analyzers and include the addition of a new metric with label values for the analyzer's name, analyzed object's name, and namespace. The metric's value is set to the length of the analyzer objects failures.
    
    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    0ffe6f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    802b82a View commit details
    Browse the repository at this point in the history
  3. feat: add metric to cronjob & deployment & netpol

    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    17ec6f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce55116 View commit details
    Browse the repository at this point in the history
  5. feat: expose metric to NodeAnalyzer

    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    f455513 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    956efb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Configuration menu
    Copy the full SHA
    fecdef7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e0b005 View commit details
    Browse the repository at this point in the history