Skip to content

Commit

Permalink
STAC-21039: Include kube api checks
Browse files Browse the repository at this point in the history
  • Loading branch information
craffit committed May 13, 2024
1 parent 238bd54 commit 56a141b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/agent/subcommands/run/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ import (
// register core checks
_ "github.com/DataDog/datadog-agent/pkg/collector/corechecks/cluster/helm"
_ "github.com/DataDog/datadog-agent/pkg/collector/corechecks/cluster/ksm"
_ "github.com/DataDog/datadog-agent/pkg/collector/corechecks/cluster/kubeapi"
_ "github.com/DataDog/datadog-agent/pkg/collector/corechecks/cluster/kubernetesapiserver"
_ "github.com/DataDog/datadog-agent/pkg/collector/corechecks/cluster/orchestrator"
_ "github.com/DataDog/datadog-agent/pkg/collector/corechecks/containerimage"
Expand Down
1 change: 1 addition & 0 deletions cmd/cluster-agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
"github.com/DataDog/datadog-agent/cmd/cluster-agent/subcommands"
_ "github.com/DataDog/datadog-agent/pkg/collector/corechecks/cluster/helm"
_ "github.com/DataDog/datadog-agent/pkg/collector/corechecks/cluster/ksm"
_ "github.com/DataDog/datadog-agent/pkg/collector/corechecks/cluster/kubeapi"
_ "github.com/DataDog/datadog-agent/pkg/collector/corechecks/cluster/kubernetesapiserver"
_ "github.com/DataDog/datadog-agent/pkg/collector/corechecks/cluster/orchestrator"
_ "github.com/DataDog/datadog-agent/pkg/collector/corechecks/net"
Expand Down

0 comments on commit 56a141b

Please sign in to comment.