mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-18 00:22:29 -04:00
Automatic merge from submit-queue Remove implicit Prometheus metrics from client **What this PR does / why we need it**: This PR starts to cut away at dependencies that the client has. **Release note**: <!-- Steps to write your release note: 1. Use the release-note-* labels to set the release note state (if you have access) 2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. --> ```release-note The implicit registration of Prometheus metrics for request count and latency have been removed, and a plug-able interface was added. If you were using our client libraries in your own binaries and want these metrics, add the following to your imports in the main package: "k8s.io/pkg/client/metrics/prometheus". ``` cc: @kubernetes/sig-api-machinery @kubernetes/sig-instrumentation @fgrzadkowski @wojtek-t |
||
|---|---|---|
| .. | ||
| client.go | ||
| client_test.go | ||
| config.go | ||
| config_test.go | ||
| plugin.go | ||
| plugin_test.go | ||
| request.go | ||
| request_test.go | ||
| transport.go | ||
| url_utils.go | ||
| url_utils_test.go | ||
| urlbackoff.go | ||
| urlbackoff_test.go | ||
| versions.go | ||