Skip to content

Commit 50a6920

Browse files
authored
Merge pull request #757 from saikat-royc/comp-ver-log
Log component metric version
2 parents 7990570 + 1379ecd commit 50a6920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/metrics/metrics.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ func (mm *metricsManager) recordComponentVersionMetric() error {
6666
}
6767

6868
gkeComponentVersion.WithLabelValues(v).Set(1.0)
69+
klog.Infof("Recorded GKE component version : %v", v)
6970
return nil
7071
}
7172

0 commit comments

Comments
 (0)