apiserver/pkg/storage
Andy Goldstein 8587d29223 etcd3: include GroupResource in logs/metrics
Use GroupResource instead of object reflection when recording the
following metrics:

- etcd_request_duration_seconds
- etcd_bookmark_counts

Add GroupResource to logs and traces where only reflection-based typing
was previously used.

Both of these changes allow us to disginguish between different CRDs,
all of which are represented as *unstructured.Unstructured.

Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>

Kubernetes-commit: 305fa2add60ad507417304d865f001006d5175fe
2022-08-25 13:55:55 -04:00
..
cacher watch cache: metrics: objectType -> group resource 2022-08-11 15:51:21 -04:00
errors Fix function name of IsExist err 2022-03-19 23:06:51 +08:00
etcd3 etcd3: include GroupResource in logs/metrics 2022-08-25 13:55:55 -04:00
names specify pod name and hostname in indexed job 2021-04-29 03:33:36 +00:00
storagebackend Copy etcd client debug level logic from upstream 2022-07-29 14:26:31 -07:00
testing storage: move some list tests to generic package 2022-05-12 15:16:07 -07:00
testresource storage: isolate the test resource 2022-05-11 09:05:18 -07:00
tests watch cache: log GroupResource, not objectType 2022-08-11 15:45:04 -04:00
value chore(kms): remove unused plugin name and migrate from deprecated `io/ioutil` pkg 2022-08-23 22:55:22 +00:00
OWNERS apiserver/storage: add myself to the reviewers list 2022-05-12 15:40:33 -07:00
api_object_versioner.go storage: move the APIObjectVersioner definition to storage 2022-05-11 07:44:21 -07:00
api_object_versioner_test.go storage: isolate the test resource 2022-05-11 09:05:18 -07:00
continue.go add explicit typing for continue tests 2022-05-31 10:23:07 -07:00
continue_test.go add explicit typing for continue tests 2022-05-31 10:23:07 -07:00
doc.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
errors.go Fix function name of IsExist err 2022-03-19 23:06:51 +08:00
interfaces.go Update comment and declaration of `storage.GuaranteedUpdate` to be clearer. 2022-04-16 17:19:06 +05:30
selection_predicate.go validate storage cache indexers 2020-02-05 12:08:14 +08:00
selection_predicate_test.go Fix staticcheck failures 2021-04-02 12:23:30 +08:00
util.go Simplify trigger functions in cacher 2019-07-04 14:21:06 +02:00
util_test.go move cacher in separate dir 2018-05-30 20:44:31 +08:00