-
Notifications
You must be signed in to change notification settings - Fork 368
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
Conversation
Integrate with Prometheus monitoring solution.
Integrate with Prometheus monitoring solution.
…ntrea into prometheus-integration
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
…ntrea into prometheus-integration
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
…ntrea into prometheus-integration
Can one of the admins verify this patch? |
5 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Thanks for your PR. The following commands are available:
These commands can only be run by members of the vmware-tanzu organization. |
/test-all |
/test-e2e |
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.
/test-all |
Implement unit tests based on changes in #321