srowen commented on a change in pull request #25770: [SPARK-29064][CORE] Add 
PrometheusResource to export Executor metrics
URL: https://github.com/apache/spark/pull/25770#discussion_r323862607
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/UI.scala
 ##########
 @@ -81,6 +81,12 @@ private[spark] object UI {
     .booleanConf
     .createWithDefault(true)
 
+  val UI_PROMETHEUS_ENABLED = ConfigBuilder("spark.ui.prometheus.enabled")
 
 Review comment:
   If there's no clean way to do it, OK. I'd make this internal maybe?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to