Skip to content

Commit

Permalink
Add Log message when kubernetes is enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Renaud Gaubert <[email protected]>
  • Loading branch information
Renaud Gaubert committed May 31, 2020
1 parent 66b7f05 commit 4fbdafd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ var (
)

func NewPodMapper(c *Config) *PodMapper {
logrus.Infof("Kubernetes metrics collection enabled!")

return &PodMapper{
Config: c,
}
Expand Down

0 comments on commit 4fbdafd

Please sign in to comment.