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

Aggregated Throughput Anomaly detection #184

Merged
merged 4 commits into from
Jul 12, 2023

Commits on Jul 6, 2023

  1. Aggregated Throughput Anomaly Detection

    This PR does the following:
    - Implements argument "agg-flow" and "p2p-label" for aggregated flow.
    - Aggregated flow contains Pods to external, pods to pods based of labels and pod to service flows.
    - New retrieve table has been added for aggregated TAD.
    - Modified retrieve table for TAD, new fields include agg_type and algo_type for better understanding.
    - TAD delete command can now take multiple tad ids to delete.
    
    partially solves: #168
    
    Signed-off-by: Tushar Tathgur <[email protected]>
    Tushar Tathgur authored and Tushar Tathgur committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    5696010 View commit details
    Browse the repository at this point in the history
  2. Addressed comments in Aggregated Throughput Anomaly Detection

    partially solves: #168
    
    Signed-off-by: Tushar Tathgur <[email protected]>
    Tushar Tathgur authored and Tushar Tathgur committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d9a928c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Addressed comments with Table and datasources changes

    Signed-off-by: Tushar Tathgur <[email protected]>
    Tushar Tathgur authored and Tushar Tathgur committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2ad63d0 View commit details
    Browse the repository at this point in the history
  2. Resolving Jenkins e2e issue

    Signed-off-by: Tushar Tathgur <[email protected]>
    Tushar Tathgur authored and Tushar Tathgur committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e305fdd View commit details
    Browse the repository at this point in the history