@@ -120,7 +120,7 @@ func (c *collector) Collect(ch chan<- prometheus.Metric) {
120120 "" ,
121121 "deployment_count" ,
122122 ),
123- "The count of success deployment of the production environment ." ,
123+ "The total deployment count of the production deployments ." ,
124124 []string {"namespace" , "name" , "env" },
125125 nil ,
126126 ),
@@ -136,7 +136,7 @@ func (c *collector) Collect(ch chan<- prometheus.Metric) {
136136 "" ,
137137 "rollback_count" ,
138138 ),
139- "The count of rollback of the production environment ." ,
139+ "The total rollback count of the production deployments ." ,
140140 []string {"namespace" , "name" , "env" },
141141 nil ,
142142 ),
@@ -152,7 +152,7 @@ func (c *collector) Collect(ch chan<- prometheus.Metric) {
152152 "" ,
153153 "line_additions" ,
154154 ),
155- "The count of added lines from the latest deployment of the production environment ." ,
155+ "The total added lines of the production deployments ." ,
156156 []string {"namespace" , "name" , "env" },
157157 nil ,
158158 ),
@@ -168,7 +168,7 @@ func (c *collector) Collect(ch chan<- prometheus.Metric) {
168168 "" ,
169169 "line_deletions" ,
170170 ),
171- "The count of deleted lines from the latest deployment of the production environment ." ,
171+ "The total deleted lines of the production deployments ." ,
172172 []string {"namespace" , "name" , "env" },
173173 nil ,
174174 ),
@@ -184,7 +184,7 @@ func (c *collector) Collect(ch chan<- prometheus.Metric) {
184184 "" ,
185185 "line_changes" ,
186186 ),
187- "The count of changed lines from the latest deployment of the production environment ." ,
187+ "The total changed lines of the production deployments ." ,
188188 []string {"namespace" , "name" , "env" },
189189 nil ,
190190 ),
@@ -200,7 +200,7 @@ func (c *collector) Collect(ch chan<- prometheus.Metric) {
200200 "" ,
201201 "lead_time_seconds" ,
202202 ),
203- "The amount of time it takes a commit to get into production." ,
203+ "The total amount of time it takes a commit to get into the production environments ." ,
204204 []string {"namespace" , "name" , "env" },
205205 nil ,
206206 ),
0 commit comments