shanthoosh commented on code in PR #1677:
URL: https://github.com/apache/samza/pull/1677#discussion_r1267151174


##########
samza-yarn/src/main/scala/org/apache/samza/job/yarn/SamzaAppMasterMetrics.scala:
##########
@@ -42,13 +42,22 @@ class SamzaAppMasterMetrics(val config: Config,
 
   private val metricsConfig = new MetricsConfig(config)
   val containersFromPreviousAttempts = 
newGauge("container-from-previous-attempt", 0L)
+  val allocatedContainersInBuffer = newGauge("allocated-containers-in-buffer", 
0L)

Review Comment:
   Can we please add the documentation for this metric right after the 
`container-from-previous-attempt` metrics in this file : 
https://github.com/apache/samza/blob/master/docs/learn/documentation/versioned/container/metrics-table.html#L523C13-L523C44
 ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to