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

Conversation

zyiou
Copy link
Contributor

@zyiou zyiou commented Feb 28, 2020

Implement unit tests based on changes in #321

Integrate with Prometheus monitoring solution.
Integrate with Prometheus monitoring solution.
Prometheus adds these by default, that allows to disable the above
with two config options
Prometheus adds these by default, that allows to disable the above
with two config options
Missing port names broke automated testing
Integrate with Prometheus monitoring solution.
Integrate with Prometheus monitoring solution.
Prometheus adds these by default, that allows to disable the above
with two config options
Prometheus adds these by default, that allows to disable the above
with two config options
Missing port names broke automated testing
@antrea-bot
Copy link
Collaborator

Can one of the admins verify this patch?

5 similar comments
@antrea-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@antrea-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@antrea-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@antrea-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@antrea-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@antrea-bot
Copy link
Collaborator

Thanks for your PR.
Unit tests and code linters are run automatically every time the PR is updated.
E2e, conformance and network policy tests can only be triggered by a member of the vmware-tanzu organization. Regular contributors to the project should join the org.

The following commands are available:

  • /test-e2e: to trigger e2e tests.
  • /skip-e2e: to skip e2e tests.
  • /test-conformance: to trigger conformance tests.
  • /skip-conformance: to skip conformance tests.
  • /test-networkpolicy: to trigger networkpolicy tests.
  • /skip-networkpolicy: to skip networkpolicy tests.
  • /test-all: to trigger all tests.
  • /skip-all: to skip all tests.

These commands can only be run by members of the vmware-tanzu organization.

@lzhecheng
Copy link
Contributor

/test-all

@lzhecheng
Copy link
Contributor

/test-e2e

ksamoray and others added 4 commits April 5, 2020 15:07
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.
@zyiou
Copy link
Contributor Author

zyiou commented Apr 20, 2020

/test-all

@zyiou zyiou closed this Aug 17, 2020
@zyiou zyiou deleted the zyiou/unit-test branch August 17, 2020 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants