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 unit test for Prometheus integration #446

Closed
wants to merge 40 commits into from
Closed

Add unit test for Prometheus integration #446

wants to merge 40 commits into from

Commits on Jan 16, 2020

  1. Antrea Prometheus integration

    Integrate with Prometheus monitoring solution.
    ksamoray committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    6bae2e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Antrea Prometheus integration

    Integrate with Prometheus monitoring solution.
    ksamoray committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    a3542b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62cbd44 View commit details
    Browse the repository at this point in the history
  3. Remove redundant import

    ksamoray committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    d3f009a View commit details
    Browse the repository at this point in the history
  4. Add disable option for Go, process stats

    Prometheus adds these by default, that allows to disable the above
    with two config options
    ksamoray committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    66d1b29 View commit details
    Browse the repository at this point in the history
  5. Add disable option for Go, process stats

    Prometheus adds these by default, that allows to disable the above
    with two config options
    ksamoray committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    47fbf0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5af1b43 View commit details
    Browse the repository at this point in the history
  7. Remove redundant import

    ksamoray committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    3901ae1 View commit details
    Browse the repository at this point in the history
  8. Correct spacing errors

    ksamoray committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    8813425 View commit details
    Browse the repository at this point in the history
  9. Fix automated tests failures

    ksamoray committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    bc60a6e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Configuration menu
    Copy the full SHA
    4168e4a View commit details
    Browse the repository at this point in the history
  2. Update controller port names in yaml

    Missing port names broke automated testing
    ksamoray committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    3ffda86 View commit details
    Browse the repository at this point in the history
  3. Update yml files

    ksamoray committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    0a8959f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    9504486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69f19f1 View commit details
    Browse the repository at this point in the history
  3. Antrea Prometheus integration

    Integrate with Prometheus monitoring solution.
    ksamoray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    9ebfc5b View commit details
    Browse the repository at this point in the history
  4. Antrea Prometheus integration

    Integrate with Prometheus monitoring solution.
    ksamoray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    a60fa62 View commit details
    Browse the repository at this point in the history
  5. Remove redundant import

    ksamoray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    6bfb201 View commit details
    Browse the repository at this point in the history
  6. Add disable option for Go, process stats

    Prometheus adds these by default, that allows to disable the above
    with two config options
    ksamoray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    2bf228f View commit details
    Browse the repository at this point in the history
  7. Add disable option for Go, process stats

    Prometheus adds these by default, that allows to disable the above
    with two config options
    ksamoray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    90217b1 View commit details
    Browse the repository at this point in the history
  8. Remove redundant import

    ksamoray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    a80b742 View commit details
    Browse the repository at this point in the history
  9. Correct spacing errors

    ksamoray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    1871f85 View commit details
    Browse the repository at this point in the history
  10. Fix automated tests failures

    ksamoray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    ea66ca0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3411302 View commit details
    Browse the repository at this point in the history
  12. Update controller port names in yaml

    Missing port names broke automated testing
    ksamoray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    672180b View commit details
    Browse the repository at this point in the history
  13. Update yml files

    ksamoray committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    bad99a9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7f85a07 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    32ae3fc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    085e6d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    e7c06be View commit details
    Browse the repository at this point in the history
  2. Fix antrea manifests

    ksamoray committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    baf8d05 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    089adb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. add prometheus unit test

    zyiou committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    3752c3e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Antrea Prometheus integration (#236)

    Integrate with Prometheus monitoring solution.
    Integration of the Prometheus client into Antrea controller and agent
    allows the exposure of various metrics to Prometheus server.
    In addition to Antrea's own set of metrics, Prometheus client will also
    expose metrics which are defined by various components which are part of
    the Antrea ecosystem, e.g golang, Prometheus itself etc.
    ksamoray committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    f8ad50d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    381430c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    610caa7 View commit details
    Browse the repository at this point in the history
  3. fix formatting problems

    zyiou committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    a0d1236 View commit details
    Browse the repository at this point in the history
  4. fix formatting problems

    zyiou committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    ae1b182 View commit details
    Browse the repository at this point in the history
  5. fix formatting problems

    zyiou committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    6b182c8 View commit details
    Browse the repository at this point in the history
  6. fix formatting problems

    zyiou committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    e8fc168 View commit details
    Browse the repository at this point in the history