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

* refactor(sdk): added option for custom metric collector for tune in… #2406

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

Commits on Aug 10, 2024

  1. * refactor(sdk): added option for custom metric collector for tune in…

    … katlib_client.py
    
    Signed-off-by: Prakhar Singhal <[email protected]>
    prakhar479 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    6c85385 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. added default value to custom_collector field

    Signed-off-by: Prakhar Singhal <[email protected]>
    prakhar479 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b746da0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Modified usage comment for custom_metric_collector

    Signed-off-by: Prakhar Singhal <[email protected]>
    prakhar479 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    516cabe View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Modified e2e test for tune api to include a custom metric collector c…

    …ontainer
    
    Signed-off-by: Prakhar Singhal <[email protected]>
    prakhar479 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    67c9b78 View commit details
    Browse the repository at this point in the history
  2. Modified build-load.sh to use _build_container functionality to build…

    … dummy-collector image
    
    Signed-off-by: Prakhar Singhal <[email protected]>
    prakhar479 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    a0a7e53 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. fixed metric_collector_config param in run-e2e-tune-api

    Signed-off-by: Prakhar Singhal <[email protected]>
    prakhar479 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    80a718c View commit details
    Browse the repository at this point in the history
  2. Updated comments for metrics collector config param

    Signed-off-by: Prakhar Singhal <[email protected]>
    prakhar479 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9245bcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83ecb32 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. added e2e test for custom and default metric collectors

    Signed-off-by: Prakhar Singhal <[email protected]>
    prakhar479 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2d8ecd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. seperated e2e tests into seperate try blocks for better error handlin…

    …g and fixed some bugs
    
    Signed-off-by: Prakhar Singhal <[email protected]>
    prakhar479 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    2222b99 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Fixed precommit lint check and directory bug in tune e2e tests

    Signed-off-by: Prakhar Singhal <[email protected]>
    prakhar479 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3f4ea55 View commit details
    Browse the repository at this point in the history
  2. lint fix

    Signed-off-by: Prakhar Singhal <[email protected]>
    prakhar479 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a51b863 View commit details
    Browse the repository at this point in the history
  3. Added executable permissions

    Signed-off-by: Prakhar Singhal <[email protected]>
    prakhar479 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1aa9c48 View commit details
    Browse the repository at this point in the history