Github user LucaCanali commented on a diff in the pull request:
https://github.com/apache/spark/pull/22279#discussion_r214289112
--- Diff: core/src/main/scala/org/apache/spark/metrics/MetricsSystem.scala
---
@@ -103,6 +103,14 @@ private[spark] class MetricsSystem private (
sinks.foreach(_.start)
}
+ // Same as start but this method only registers sinks
--- End diff --
What I am trying to do is to avoid the registration of the "static
metrics", for CodeGeneration and HiveExternalCatalog and also for JVM.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]