-
Notifications
You must be signed in to change notification settings - Fork 308
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
DAOS-16823 container: Add metrics_enabled property #15527
Conversation
Ticket title is 'Add container property to enable/disable metrics' |
Test stage Build on EL 8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15527/1/execution/node/341/log |
Test stage Build RPM on EL 8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15527/1/execution/node/304/log |
Test stage Build RPM on EL 9 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15527/1/execution/node/372/log |
Test stage Build RPM on Leap 15.5 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15527/1/execution/node/273/log |
58fe6f5
to
6f994cc
Compare
Test stage Build DEB on Ubuntu 20.04 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15527/1/execution/node/369/log |
10610ac
to
7f845b0
Compare
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15527/5/testReport/ |
d3908a3
to
8f9663a
Compare
Test stage Functional Hardware Medium Verbs Provider completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15527/7/execution/node/1469/log |
8f9663a
to
7c6fe59
Compare
Test stage Unit Test with memcheck on EL 8.8 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-15527/8/display/redirect |
e99e119
to
96aa90a
Compare
Add a boolean container property that can be used to toggle client-side metrics collection and reporting behavior on a per-container basis. By default, containers will not participate in metrics collection, and must be opted-in via the property. The initial use case for this property is to enable DFS-level metrics in POSIX containers. Features: container Required-githooks: true Signed-off-by: Michael MacDonald <[email protected]>
96aa90a
to
1de658a
Compare
Add a boolean container property that can be used to
toggle client-side metrics collection and reporting
behavior on a per-container basis. By default, containers
will not participate in metrics collection, and must
be opted-in via the property. The initial use case for
this property is to enable DFS-level metrics in
POSIX containers.
Features: container
Required-githooks: true
Signed-off-by: Michael MacDonald [email protected]