dongjoon-hyun commented on a change in pull request #25769: [SPARK-29032][CORE] 
Add PrometheusServlet to monitor Master/Worker/Driver
URL: https://github.com/apache/spark/pull/25769#discussion_r323829413
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/metrics/MetricsConfig.scala
 ##########
 @@ -43,6 +43,12 @@ private[spark] class MetricsConfig(conf: SparkConf) extends 
Logging {
     prop.setProperty("*.sink.servlet.path", "/metrics/json")
     prop.setProperty("master.sink.servlet.path", "/metrics/master/json")
     prop.setProperty("applications.sink.servlet.path", 
"/metrics/applications/json")
+
+    prop.setProperty("*.sink.prometheusServlet.class",
 
 Review comment:
   Thank you for review again. Right. For now, it enables this always like 
`/metrics/json`.
   I thought it's okay since it's for 3.0.0.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to