-
Notifications
You must be signed in to change notification settings - Fork 69
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
1.18 improvement - migrate to stability metrics framework #980
base: master
Are you sure you want to change the base?
1.18 improvement - migrate to stability metrics framework #980
Commits on Feb 9, 2021
-
enable token review when openapi is generated
kubernetes/kubernetes@b9c7007 mikedanese, Jul 9, 2019
Configuration menu - View commit details
-
Copy full SHA for 82dd579 - Browse repository at this point
Copy the full SHA 82dd579View commit details -
kubernetes/kubernetes@f55efb8 lavalamp, Jul 21, 2019
Configuration menu - View commit details
-
Copy full SHA for 70a72a7 - Browse repository at this point
Copy the full SHA 70a72a7View commit details -
(structured-merge-diff) kubernetes/kubernetes@3c81a9a lavalamp, Jul 21, 2019 # Conflicts: # go.mod # go.sum # staging/src/k8s.io/apiextensions-apiserver/go.sum # staging/src/k8s.io/apiserver/go.mod # staging/src/k8s.io/apiserver/go.sum # staging/src/k8s.io/kube-aggregator/go.sum # staging/src/k8s.io/legacy-cloud-providers/go.sum # staging/src/k8s.io/sample-apiserver/go.sum # vendor/modules.txt # vendor/sigs.k8s.io/structured-merge-diff/value/value.go
Configuration menu - View commit details
-
Copy full SHA for acf11bc - Browse repository at this point
Copy the full SHA acf11bcView commit details -
implement request cancellation in token transport
kubernetes/kubernetes@a42e029 mikedanese, Aug 20, 2019
Configuration menu - View commit details
-
Copy full SHA for 7166086 - Browse repository at this point
Copy the full SHA 7166086View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af4591 - Browse repository at this point
Copy the full SHA 9af4591View commit details -
inject transformer prefix into metric
kubernetes/kubernetes@099484e zshihang, Aug 19, 2019 Change-Id: Iacab685a710d8f8d5b80ed0d35e5ccc22bd929cb
Configuration menu - View commit details
-
Copy full SHA for 4797290 - Browse repository at this point
Copy the full SHA 4797290View commit details -
fix hack/lib/swagger.sh shellcheck failures
kubernetes/kubernetes@a101acc dependency of 81173 BenTheElder, Jun 27, 2019
Configuration menu - View commit details
-
Copy full SHA for e1495c2 - Browse repository at this point
Copy the full SHA e1495c2View commit details -
fix hack/lib/init.sh shellcheck failures
kubernetes/kubernetes@9b4b509 BenTheElder, Jun 27, 2019 dependency of 81173
Configuration menu - View commit details
-
Copy full SHA for 881bfbe - Browse repository at this point
Copy the full SHA 881bfbeView commit details -
fix hack/lib/version.sh shellcheck failures
kubernetes/kubernetes@59c4eb2 BenTheElder, Jun 27, 2019 dependency of 81173 # Conflicts: # hack/.shellcheck_failures
Configuration menu - View commit details
-
Copy full SHA for 00eb652 - Browse repository at this point
Copy the full SHA 00eb652View commit details -
unit tests for the volume plugin name that's used inside GeneratedUnm…
…apVolumeFunc for csi migration on/off scenarios kubernetes/kubernetes@db1c077 mucahitkurt, Jul 9, 2019 dependency of 81534
Configuration menu - View commit details
-
Copy full SHA for 0d98f98 - Browse repository at this point
Copy the full SHA 0d98f98View commit details -
bump go-grpc-prometheus since 1.2.0 actually exposes the metrics
kubernetes/kubernetes@b052c2c v1.1.0 (which is what we currently use), does not expose metrics which makes it impossible to migrate. # Conflicts: # staging/src/k8s.io/apiextensions-apiserver/go.sum # staging/src/k8s.io/apiserver/go.mod # staging/src/k8s.io/apiserver/go.sum # staging/src/k8s.io/kube-aggregator/go.sum # staging/src/k8s.io/legacy-cloud-providers/go.sum # staging/src/k8s.io/sample-apiserver/go.sum # vendor/modules.txt Cherry-pick notes: . Manually pick up github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 vendor changes: /hack/pin-dependency.sh github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 /hack/update-vendor.sh removed SMD code changes as it is not compatible with existing arktos code.
Configuration menu - View commit details
-
Copy full SHA for e814258 - Browse repository at this point
Copy the full SHA e814258View commit details -
move version logic directly into the component-base, to simplify lega…
…cyregistry logic kubernetes/kubernetes@b037203 logicalhan, Aug 22, 2019 Cherry-pick notes: skipped: staging/src/k8s.io/component-base/metrics/registry.go staging/src/k8s.io/component-base/metrics/legacyregistry/registry.go staging/src/k8s.io/component-base/metrics/version.go staging/src/k8s.io/component-base/metrics/version/base.go hack/lib/verison.sh Reason: Merged 04/2020 perf-test metrics code into arktos on 08/03/2020; hack/lib/verison.sh changes break arktos-up.sh
Configuration menu - View commit details
-
Copy full SHA for 67febca - Browse repository at this point
Copy the full SHA 67febcaView commit details -
duplicate migrated variants of shared metrics into component-base
kubernetes/kubernetes@9309f16 logicalhan, Aug 22, 2019
Configuration menu - View commit details
-
Copy full SHA for c0aa1fa - Browse repository at this point
Copy the full SHA c0aa1faView commit details -
add client-go as a dep of component-base
kubernetes/kubernetes@94b612f logicalhan, Aug 22, 2019 cherry-pick notes: . manually merged changes in staging/publishing/import-restrictions.yaml staging/publishing/rules.yaml . run hack/update-vendor.sh picked changes related to this commit left rest of update vendor to separate commit
Configuration menu - View commit details
-
Copy full SHA for eca5fce - Browse repository at this point
Copy the full SHA eca5fceView commit details -
migrate kube-apiserver metrics to stability framework
kubernetes/kubernetes@466980d logicalhan, Aug 28, 2019 depends on 80874 # Conflicts: # cmd/kube-apiserver/app/BUILD # staging/publishing/import-restrictions.yaml # staging/src/k8s.io/apiserver/pkg/authentication/request/x509/x509.go # staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go # staging/src/k8s.io/apiserver/pkg/storage/etcd3/metrics/metrics.go # staging/src/k8s.io/apiserver/pkg/storage/storagebackend/factory/BUILD # staging/src/k8s.io/apiserver/pkg/storage/storagebackend/factory/etcd3.go # staging/src/k8s.io/kube-aggregator/go.mod # staging/src/k8s.io/kube-aggregator/pkg/controllers/status/BUILD # staging/src/k8s.io/legacy-cloud-providers/go.sum # vendor/modules.txt Cherry-pick notes: The following file needs further change and validation due to merge conflicts and arktos changes: . staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go * staging/src/k8s.io/apiserver/pkg/storage/etcd3/metrics/metrics.go
Configuration menu - View commit details
-
Copy full SHA for 929b666 - Browse repository at this point
Copy the full SHA 929b666View commit details -
Remove extra code accidentally brought in by ETCD 3.3.10 upgrade to 3…
….4.4 Without changes, those code does not compile for stability framework migration. Those code are not in 1.18 or 2021-2-5 master
Configuration menu - View commit details
-
Copy full SHA for 236e981 - Browse repository at this point
Copy the full SHA 236e981View commit details -
add stability level to aggregator metrics and drop blank line in cmd …
…file kubernetes/kubernetes@6eee64c logicalhan, Aug 28, 2019 depends on 80874
Configuration menu - View commit details
-
Copy full SHA for 74235cc - Browse repository at this point
Copy the full SHA 74235ccView commit details -
add some documentation around the metrics stability migration changes…
… for clarity kubernetes/kubernetes@4e5d906 logicalhan, Aug 28, 2019 # Conflicts: # staging/src/k8s.io/apiserver/pkg/authentication/request/x509/x509.go
Configuration menu - View commit details
-
Copy full SHA for 1881936 - Browse repository at this point
Copy the full SHA 1881936View commit details -
add comment about explicitly registering grpcprom client metrics
kubernetes/kubernetes@1700a31 logicalhan, Aug 28, 2019
Configuration menu - View commit details
-
Copy full SHA for 70302ce - Browse repository at this point
Copy the full SHA 70302ceView commit details -
kubelet: add eviction counter to metrics
kubernetes/kubernetes@23b69cf sjenning, Aug 15, 2019 dependency of 81534
Configuration menu - View commit details
-
Copy full SHA for 3c0adec - Browse repository at this point
Copy the full SHA 3c0adecView commit details -
migrate kubelet's metrics/probes & metrics endpoint to metrics stabil…
…ity framework kubernetes/kubernetes@3a50917 logicalhan, Aug 28, 2019 # Conflicts: # pkg/kubelet/kuberuntime/BUILD # pkg/kubelet/kuberuntime/instrumented_services_test.go # pkg/kubelet/metrics/metrics.go # pkg/kubelet/prober/BUILD # pkg/kubelet/prober/prober_manager.go # pkg/kubelet/server/server.go # pkg/volume/util/operationexecutor/BUILD # pkg/volume/util/operationexecutor/operation_generator_test.go # staging/src/k8s.io/component-base/metrics/processstarttime.go
Configuration menu - View commit details
-
Copy full SHA for 28a918c - Browse repository at this point
Copy the full SHA 28a918cView commit details -
add some documentation around the metrics stability migration changes…
… for clarity kubernetes/kubernetes@6f70f78 logicalhan, Aug 28, 2019
Configuration menu - View commit details
-
Copy full SHA for 00e66fd - Browse repository at this point
Copy the full SHA 00e66fdView commit details -
migrate scheduler metrics endpoint to metrics stability framework
kubernetes/kubernetes@8da448d logicalhan, Aug 28, 2019
Configuration menu - View commit details
-
Copy full SHA for 433b517 - Browse repository at this point
Copy the full SHA 433b517View commit details -
migrate controller-manager metrics to stability framework
kubernetes/kubernetes@59db3ac logicalhan, Aug 29, 2019
Configuration menu - View commit details
-
Copy full SHA for 9ac9340 - Browse repository at this point
Copy the full SHA 9ac9340View commit details -
migrate kube-proxy metrics to stability framework
kubernetes/kubernetes#81626 logicalhan, Aug 29, 2019
Configuration menu - View commit details
-
Copy full SHA for 75cc0f9 - Browse repository at this point
Copy the full SHA 75cc0f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4abbee - Browse repository at this point
Copy the full SHA b4abbeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15fc222 - Browse repository at this point
Copy the full SHA 15fc222View commit details