File tree 1 file changed +11
-2
lines changed
clusterloader2/testing/load/modules
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -169,9 +169,18 @@ steps:
169
169
dimensions :
170
170
- resource
171
171
queries :
172
- - name : Watch connections terminated by the kube-apiserver
172
+ - name : Terminated watches
173
173
query : sum(increase(apiserver_terminated_watchers_total[%v:])) by (resource)
174
- - name : Watch connections reinitialized by the kube-apiserver
174
+ - Identifier : WatchCacheInitializations
175
+ Method : GenericPrometheusQuery
176
+ Params :
177
+ action : {{$action}}
178
+ metricName : Watch Cache Initializations
179
+ metricVersion : v1
180
+ dimensions :
181
+ - resource
182
+ queries :
183
+ - name : Watch cache reinitializations
175
184
query : sum(increase(apiserver_watch_cache_initializations_total[%v:])) by (resource)
176
185
{{end}}
177
186
{{if $ENABLE_QUOTAS_USAGE_MEASUREMENT}}
You can’t perform that action at this time.
0 commit comments