kubernetes/test/e2e
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
..
apimachinery Remove the conversion of client config, because client-go is authoratative now 2017-09-12 16:02:17 -07:00
apps Remove the conversion of client config, because client-go is authoratative now 2017-09-12 16:02:17 -07:00
auth Merge pull request #49457 from mkumatag/tests_multiarch 2017-09-02 15:18:10 -07:00
autoscaling Merge pull request #52480 from aleksandra-malinowska/test-fix-gke-small 2017-09-14 18:48:26 -07:00
chaosmonkey Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
common Rerun hack/update-bazel.sh 2017-09-07 13:13:49 -07:00
framework Merge pull request #52237 from smarterclayton/watch_metric 2017-09-15 01:08:11 -07:00
generated Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
instrumentation [fluentd-gcp addon] Remove trimming e2e tests out of blocking suites 2017-09-14 19:16:20 +02:00
kubectl Merge pull request #52231 from mkumatag/guestbook_multiarch 2017-09-12 19:39:59 -07:00
lifecycle Pipe in upgrade image target to kube-proxy migration tests 2017-09-07 13:39:27 -07:00
manifest Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
network e2e: network tiers should retry on 404 errors 2017-09-06 13:16:28 -07:00
node remove OutOfDisk from controllers 2017-09-04 17:35:55 -07:00
perftype Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
scalability Merge pull request #52426 from shyamjvs/dont-crash-on-missing-data 2017-09-14 05:09:46 -07:00
scheduling Merge pull request #51781 from bsalamat/preemption_tests 2017-09-15 00:11:17 -07:00
servicecatalog Merge pull request #51839 from jennybuckley/master 2017-09-06 14:42:58 -07:00
storage Merge pull request #51833 from verult/VolumeIoOom 2017-09-05 02:14:56 -07:00
testing-manifests Port Guestbook tests to mutiarch 2017-09-10 21:27:45 +05:30
upgrades Merge pull request #51838 from MrHohn/kube-proxy-migration-tests 2017-09-06 00:02:20 -07:00
BUILD bazel 2017-09-05 22:08:04 -07:00
dashboard.go
e2e_test.go move some e2e tests to SIG respectively 2017-08-16 14:34:50 +08:00
e2e-example-config.json
e2e.go Merge pull request #51539 from saad-ali/enableAlphaGCEDiskAPI 2017-08-30 03:59:35 -07:00
events.go run hack/update-all 2017-06-22 11:31:03 -07:00
example_cluster_dns.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
examples.go Add rbac.authorization.k8s.io/v1 2017-08-09 17:04:54 -04:00
gke_local_ssd.go Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
gke_node_pools.go
limit_range.go Merge pull request #47403 from zhangxiaoyu-zidif/e2e-delete-meaningless-check 2017-06-23 02:59:23 -07:00
network_partition.go Job failure policy support in JobController 2017-09-03 12:07:12 +02:00
pod_gc.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
pods.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
pre_stop.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
README.md Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
resource_quota.go Charge quota for uninitialized objects at different time 2017-09-06 10:20:32 -07:00
ssh.go Run SSH e2e test only if SSH keys are present 2017-05-01 11:04:54 -04:00
ubernetes_lite.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00