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

Feature request - expose prometheus metrics #16

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

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    a08d36a View commit details
    Browse the repository at this point in the history
  2. Add -nolog parameter, to disable logging to object_paths.txt (e.g. if…

    … using metrics)
    
    Initialise metric counter for each label in use
    Move frame counter metric initialisation call next to label metic counter initialisation
    DavidRobbNZ committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    f45c87e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Add in deepsort patch

    DavidRobbNZ committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    e246942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dd040c View commit details
    Browse the repository at this point in the history
  3. Add metrics for detected/no-detection/errors

    Fix no-log argument for new deepsort module
    DavidRobbNZ committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    366d11b View commit details
    Browse the repository at this point in the history
  4. Add track_count metric for total number of objects tracked

    Increment metrics for newly seen objects
    DavidRobbNZ committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    a21e39c View commit details
    Browse the repository at this point in the history
  5. Make metric port configurable

    Move http server (for metric) start inside main() so it can reference arguments
    DavidRobbNZ committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    5688535 View commit details
    Browse the repository at this point in the history
  6. Add new argument -initlabelcounters to always return a value (e.g. 0)…

    … for all possible model labels, otherwise label counter metrics are added as they are seen
    DavidRobbNZ committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    89227a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16da8b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bda9f40 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Configuration menu
    Copy the full SHA
    0999b73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a76e4e View commit details
    Browse the repository at this point in the history