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

Prom counters #211

Merged
merged 3 commits into from
Jun 13, 2022
Merged

Prom counters #211

merged 3 commits into from
Jun 13, 2022

Commits on Jun 12, 2022

  1. Prometheus Counters

    - add counter. rework tests
    - add support for labels
    - move metrics to metrics.go
    - update metrics tests with labels
    - use a dedicated delegator to capture metrics
    - renamed to MonitoredDelegator
    
    Signed-off-by: Adil Fulara <adil.fulara@gmail.com>
    adilfulara committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    487aa9d View commit details
    Browse the repository at this point in the history
  2. add tests for monitored delegator

    Signed-off-by: Adil Fulara <adil.fulara@gmail.com>
    adilfulara committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    8c62f68 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Fix build error. Incorporate PR feedback

    Signed-off-by: Adil Fulara <adil.fulara@gmail.com>
    adilfulara committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    ecf2dea View commit details
    Browse the repository at this point in the history