k3s/test
Kubernetes Submit Queue 93ddb7be5f Merge pull request #52237 from smarterclayton/watch_metric
Automatic merge from submit-queue (batch tested with PRs 51824, 50476, 52451, 52009, 52237)

Improve apiserver metrics reporting

Normalize "WATCHLIST" to "WATCH", add "scope" to the other metrics (listing 50k pods is != listing pods in a namespace), and add a new scope "resource" to cover individual resource calls.

This roughly aligns metrics with our ACL model (technically resource scope is GET, but POST to a subresource and POST to a namespace are not the same thing).

```release-note
WATCHLIST calls are now reported as WATCH verbs in prometheus for the apiserver_request_* series.  A new "scope" label is added to all apiserver_request_* values that is either 'cluster', 'resource', or 'namespace' depending on which level the query is performed at.
```
2017-09-15 01:08:11 -07:00
..
e2e Merge pull request #52237 from smarterclayton/watch_metric 2017-09-15 01:08:11 -07:00
e2e_federation Merge pull request #48075 from clamoriniere1A/feature/job_failure_policy 2017-09-02 18:18:54 -07:00
e2e_node Merge pull request #51041 from balajismaniam/cpuman-e2e-tests 2017-09-12 10:46:06 -07:00
fixtures Merge pull request #51636 from deads2k/cli-01-reconcile 2017-09-02 19:26:25 -07:00
images Merge pull request #48552 from mkumatag/pets 2017-09-07 22:27:20 -07:00
integration Merge pull request #50949 from bsalamat/preemption_eviction 2017-09-08 14:19:42 -07:00
kubemark Enabling aggregator functionality on kubemark, gce 2017-09-05 13:01:05 -07:00
list Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
soak Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
utils Merge pull request #52231 from mkumatag/guestbook_multiarch 2017-09-12 19:39:59 -07:00
BUILD Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
OWNERS Adding vishh to test approvers 2017-08-30 15:29:53 -07:00
test_owners.csv Remove seemingly obsolete binaries 2017-08-18 21:01:19 -07:00
test_owners.json remove deprecated flags LowDiskSpaceThresholdMB and OutOfDiskTransitionFrequency 2017-07-20 13:23:13 -07:00