You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[x] Migrate [controller-manager /metrics endpoint (this include in-tree cloud-provider metrics)](https://github.com/kubernetes/kubernetes/pull/81624)
117
117
118
118
TBD (since this is not yet implemented)
119
119
120
120
## Graduation Criteria
121
121
122
-
-[] Prior to migrating a component, automated static analysis testing is in place to validate and verify API guarantees.
123
-
-[] Adequate documentation exists for new flags on components.
124
-
-[] Update instrumentation documents to reflect changes
122
+
-[x] Prior to migrating a [component, automated static analysis testing](https://github.com/kubernetes/enhancements/blob/master/keps/sig-instrumentation/20190605-metrics-validation-and-verification.md) is in place to validate and verify API guarantees.
123
+
-[x] Adequate [documentation exists for new flags on components](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/)
124
+
-[x] Update [instrumentation documents to reflect changes](https://github.com/kubernetes/website/pull/17578)
125
125
126
126
## Testing Plan
127
127
128
-
-[] Prior to migrating a metric's endpoint, we will run local tests to verify that the same metrics are populated
129
-
-[] All metrics framework code will have unit/integration tests
130
-
-[] All validation and verification code will have unit/integration tests
128
+
-[x] Prior to migrating a metric's endpoint, we will run local tests to verify that the same metrics are populated
129
+
-[x] All metrics framework code will have unit/integration tests
130
+
-[x] All validation and verification code will have unit/integration tests
0 commit comments