Skip to content

Commit

Permalink
fix(cloudmon): skip pull k8s service info (#21861)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioito authored Dec 20, 2024
1 parent 10b6830 commit 8d3b5e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cloudmon/misc/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func CollectServiceMetrics(ctx context.Context, userCred mcclient.TokenCredentia
apis.SERVICE_TYPE_IMAGE,
apis.SERVICE_TYPE_MONITOR,
apis.SERVICE_TYPE_VICTORIA_METRICS,
"k8s",
}) {
continue
}
Expand Down

0 comments on commit 8d3b5e2

Please sign in to comment.