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 hostname RPS metric collector #552

Merged
merged 16 commits into from
May 26, 2023
Merged

Add hostname RPS metric collector #552

merged 16 commits into from
May 26, 2023

Commits on May 23, 2023

  1. Extract fake controller to use it in other tests

    Signed-off-by: Lucas Thiesen <[email protected]>
    lucastt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    7633ac5 View commit details
    Browse the repository at this point in the history
  2. Add hostname RPS metric collector

    Signed-off-by: Lucas Thiesen <[email protected]>
    lucastt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    aa7b64e View commit details
    Browse the repository at this point in the history
  3. Add documentation regarding hostname-rps collector to readme

    Signed-off-by: Lucas Thiesen <[email protected]>
    lucastt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    65dd585 View commit details
    Browse the repository at this point in the history
  4. Add multi hostname per metric support

    Signed-off-by: Lucas Thiesen <[email protected]>
    lucastt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    02ec228 View commit details
    Browse the repository at this point in the history
  5. Add support for traffic weight specification

    Signed-off-by: Lucas Thiesen <[email protected]>
    lucastt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    153d754 View commit details
    Browse the repository at this point in the history
  6. Change hostname collector type to requests-per-second

    Signed-off-by: Lucas Thiesen <[email protected]>
    lucastt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    2f5d3f5 View commit details
    Browse the repository at this point in the history
  7. Use regexp.Compile to avoid performance problems

    Signed-off-by: Lucas Thiesen <[email protected]>
    lucastt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    f28653d View commit details
    Browse the repository at this point in the history
  8. Update HPA to autoscaling/v2 in new collectors

    Reference links: #551
    
    Signed-off-by: Lucas Thiesen <[email protected]>
    lucastt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    b8532b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d6a33fe View commit details
    Browse the repository at this point in the history
  10. Delete unwanted comments

    Signed-off-by: Lucas Thiesen <[email protected]>
    lucastt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    cd98605 View commit details
    Browse the repository at this point in the history
  11. Compile regex at plugin level for time optimization

    Signed-off-by: Lucas Thiesen <[email protected]>
    lucastt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    ff6d479 View commit details
    Browse the repository at this point in the history
  12. Fix error string warnings

    Signed-off-by: Lucas Thiesen <[email protected]>
    lucastt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    a276b64 View commit details
    Browse the repository at this point in the history
  13. Rename collector to external RPS

    Signed-off-by: Lucas Thiesen <[email protected]>
    lucastt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    b89ca19 View commit details
    Browse the repository at this point in the history
  14. Update documentation with new metric name

    Signed-off-by: Lucas Thiesen <[email protected]>
    lucastt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    d171e04 View commit details
    Browse the repository at this point in the history
  15. Update flags with new metric collector name

    Signed-off-by: Lucas Thiesen <[email protected]>
    lucastt committed May 23, 2023
    Configuration menu
    Copy the full SHA
    69df60e View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Update README.md

    Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
    mikkeloscar committed May 25, 2023
    Configuration menu
    Copy the full SHA
    35e3fe8 View commit details
    Browse the repository at this point in the history