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

Include stats api to provide upload metrics #64

Merged
merged 10 commits into from
May 25, 2022

Commits on May 13, 2022

  1. Update copyright value

    Use short copyright header.
    
    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed May 13, 2022
    Configuration menu
    Copy the full SHA
    d577a88 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Add null argument check for new UploadStats

    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed May 19, 2022
    Configuration menu
    Copy the full SHA
    7349d3e View commit details
    Browse the repository at this point in the history
  2. Add skeleton class and methods for stats API

    Added Request,NodeRequest,ResponseNodeResponse,Action classes with
    boilerplate code and method.
    
    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed May 19, 2022
    Configuration menu
    Copy the full SHA
    310b693 View commit details
    Browse the repository at this point in the history
  3. Geospatial Stats API

    Added stats api "_plugins/geospatial/stats", to retrieve statistics for uploads
    in cluster. By default all stats are returned, user can filter the response using
    filter query parameter similar to other cluster response.
    
    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed May 19, 2022
    Configuration menu
    Copy the full SHA
    528d00b View commit details
    Browse the repository at this point in the history
  4. Add integration test for stats API

    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed May 19, 2022
    Configuration menu
    Copy the full SHA
    406f939 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Rename class to UploadStats

    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed May 24, 2022
    Configuration menu
    Copy the full SHA
    34113f5 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Remove upload from response

    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed May 25, 2022
    Configuration menu
    Copy the full SHA
    9d64ced View commit details
    Browse the repository at this point in the history
  2. Move upload api to super class

    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed May 25, 2022
    Configuration menu
    Copy the full SHA
    86a6a1b View commit details
    Browse the repository at this point in the history
  3. Refactor upload integration test

    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed May 25, 2022
    Configuration menu
    Copy the full SHA
    28a7dbd View commit details
    Browse the repository at this point in the history
  4. Add test case for stream

    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed May 25, 2022
    Configuration menu
    Copy the full SHA
    736cea2 View commit details
    Browse the repository at this point in the history