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

feat: Add stats poller service for retrieving VPP stats #1495

Merged
merged 8 commits into from
Oct 5, 2019

Commits on Oct 3, 2019

  1. Update govpp

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    aa6dff2 View commit details
    Browse the repository at this point in the history
  2. Split stats and CLI telemetry handlers

    - move telemetry handler for vpp stats to vppcalls
    - add method for retrieving system stats to vppcalls API
    - define FallbackToCli variable
    
    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    71f89a8 View commit details
    Browse the repository at this point in the history
  3. Update ifplugin for govpp changes

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    74f4db3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Add StatsPoller service for retrieving stats periodically

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    7ca8964 View commit details
    Browse the repository at this point in the history
  2. Begin PollStats with polling not period delay

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    871bcfb View commit details
    Browse the repository at this point in the history
  3. Validate poll period

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    ed0f709 View commit details
    Browse the repository at this point in the history
  4. Fix vpp integration test for telemetry

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    7b26c27 View commit details
    Browse the repository at this point in the history
  5. Fix closing channel

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    b54c31f View commit details
    Browse the repository at this point in the history