[PR] [SPARK-21195][CORE] Dynamically register metrics from sources as they are reported [spark]

2024-04-04 Thread via GitHub
robert3005 opened a new pull request, #45883: URL: https://github.com/apache/spark/pull/45883 ### What changes were proposed in this pull request? MetricSystem picks up new metrics from sources that are added throughout execution. If you do measurements via dynamic proxies you might not w

[PR] [SPARK-21195][CORE] Dynamically register metrics from sources as they are reported [spark]

2024-07-15 Thread via GitHub
robert3005 opened a new pull request, #47352: URL: https://github.com/apache/spark/pull/47352 What changes were proposed in this pull request? MetricSystem picks up new metrics from sources that are added throughout execution. If you do measurements via dynamic proxies you might not w

[PR] [SPARK-21195][CORE] Dynamically register metrics from sources as they are reported [spark]

2023-12-12 Thread via GitHub
robert3005 opened a new pull request, #44315: URL: https://github.com/apache/spark/pull/44315 ### What changes were proposed in this pull request? MetricSystem picks up new metrics from sources that are added throughout execution. If you do measurements via dynamic proxies you might not w

Re: [PR] [SPARK-21195][CORE] Dynamically register metrics from sources as they are reported [spark]

2024-03-22 Thread via GitHub
github-actions[bot] commented on PR #44315: URL: https://github.com/apache/spark/pull/44315#issuecomment-2016213966 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.

Re: [PR] [SPARK-21195][CORE] Dynamically register metrics from sources as they are reported [spark]

2024-03-22 Thread via GitHub
robert3005 commented on PR #44315: URL: https://github.com/apache/spark/pull/44315#issuecomment-2016214986 Not stale but I’m not a committer :/ -- 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

Re: [PR] [SPARK-21195][CORE] Dynamically register metrics from sources as they are reported [spark]

2024-03-23 Thread via GitHub
github-actions[bot] closed pull request #44315: [SPARK-21195][CORE] Dynamically register metrics from sources as they are reported URL: https://github.com/apache/spark/pull/44315 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [SPARK-21195][CORE] Dynamically register metrics from sources as they are reported [spark]

2024-07-13 Thread via GitHub
github-actions[bot] commented on PR #45883: URL: https://github.com/apache/spark/pull/45883#issuecomment-2227147889 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.

Re: [PR] [SPARK-21195][CORE] Dynamically register metrics from sources as they are reported [spark]

2024-07-14 Thread via GitHub
github-actions[bot] closed pull request #45883: [SPARK-21195][CORE] Dynamically register metrics from sources as they are reported URL: https://github.com/apache/spark/pull/45883 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [SPARK-21195][CORE] Dynamically register metrics from sources as they are reported [spark]

2023-12-03 Thread via GitHub
github-actions[bot] commented on PR #42684: URL: https://github.com/apache/spark/pull/42684#issuecomment-1837656046 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.

Re: [PR] [SPARK-21195][CORE] Dynamically register metrics from sources as they are reported [spark]

2023-12-04 Thread via GitHub
github-actions[bot] closed pull request #42684: [SPARK-21195][CORE] Dynamically register metrics from sources as they are reported URL: https://github.com/apache/spark/pull/42684 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [SPARK-21195][CORE] Dynamically register metrics from sources as they are reported [spark]

2023-12-12 Thread via GitHub
mridulm commented on PR #44315: URL: https://github.com/apache/spark/pull/44315#issuecomment-1853302762 Thanks for continuing to work on this @robert3005, I do know you have worked getting this in multiple times. I had reviewed a past version of this, but unfortunately I am not very fami

Re: [PR] [SPARK-21195][CORE] Dynamically register metrics from sources as they are reported [spark]

2024-09-03 Thread via GitHub
mridulm commented on code in PR #47352: URL: https://github.com/apache/spark/pull/47352#discussion_r1742959980 ## core/src/main/scala/org/apache/spark/metrics/MetricsSystem.scala: ## @@ -69,13 +69,15 @@ import org.apache.spark.util.Utils * [options] represent the specific prop