Skip to content

Commit

Permalink
Merge pull request #11269 from jingyih/automated-cherry-pick-of-#1126…
Browse files Browse the repository at this point in the history
…5-upstream-release-3.4

Automated cherry pick of #11265 on release 3.4
  • Loading branch information
gyuho committed Oct 16, 2019
2 parents b3329eb + a00abf5 commit 90556d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etcdserver/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ func (s *EtcdServer) start() {
} else {
plog.Infof("starting server... [version: %v, cluster version: %v]", version.Version, version.Cluster(s.ClusterVersion().String()))
}
membership.ClusterVersionMetrics.With(prometheus.Labels{"cluster_version": s.ClusterVersion().String()}).Set(1)
membership.ClusterVersionMetrics.With(prometheus.Labels{"cluster_version": version.Cluster(s.ClusterVersion().String())}).Set(1)
} else {
if lg != nil {
lg.Info(
Expand Down

0 comments on commit 90556d5

Please sign in to comment.