Skip to content

Commit 8e35c3d

Browse files
Update client.go
1 parent 15c723f commit 8e35c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/metrics/client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func (m *K8sRequestsCountProvider) IncKubernetesRequest(resourceInfo kubeclientm
2727
namespace := resourceInfo.Namespace
2828
kind := resourceInfo.Kind
2929
statusCode := strconv.Itoa(resourceInfo.StatusCode)
30-
if resourceInfo.Verb == kubeclientmetrics.List || kind == "events" || kind == "replicasets" {
30+
if resourceInfo.Verb == kubeclientmetrics.List || kind == "events" || kind == "replicasets" || kind == "analysisruns" || kind == "jobs" || kind == "experiments" {
3131
name = "N/A"
3232
}
3333
if resourceInfo.Verb == kubeclientmetrics.Unknown {

0 commit comments

Comments
 (0)