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

rcmgr: Use prometheus SDK for rcmgr metrics #2044

Merged
merged 16 commits into from
Feb 7, 2023

Commits on Feb 7, 2023

  1. Replace OpenCensus with Prometheus Go SDK

    Allows for much more efficient metric collecting
    MarcoPolo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    15947a5 View commit details
    Browse the repository at this point in the history
  2. PR comments

    MarcoPolo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    b918112 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1221698 View commit details
    Browse the repository at this point in the history
  4. CI fiddling

    MarcoPolo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d22df3e View commit details
    Browse the repository at this point in the history
  5. CI fiddling

    MarcoPolo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    9b9a908 View commit details
    Browse the repository at this point in the history
  6. Undo debug change

    MarcoPolo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    9e06c38 View commit details
    Browse the repository at this point in the history
  7. Return early

    MarcoPolo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    27ab3c9 View commit details
    Browse the repository at this point in the history
  8. Debug

    MarcoPolo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    998769f View commit details
    Browse the repository at this point in the history
  9. Try AllocsPerRun

    MarcoPolo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    f4220ae View commit details
    Browse the repository at this point in the history
  10. Try gosched in noop

    MarcoPolo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a317947 View commit details
    Browse the repository at this point in the history
  11. Use AllocsPerRun

    MarcoPolo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    887b733 View commit details
    Browse the repository at this point in the history
  12. Try without cover

    MarcoPolo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    fb88f0a View commit details
    Browse the repository at this point in the history
  13. Use tag

    MarcoPolo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    eb9ce0e View commit details
    Browse the repository at this point in the history
  14. Revert "Try without cover"

    This reverts commit e91b1e8.
    MarcoPolo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    73e998d View commit details
    Browse the repository at this point in the history
  15. Cleanup debug code

    MarcoPolo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    e4afe20 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4702dc4 View commit details
    Browse the repository at this point in the history