Re: [PR] API to expose gauge metric values on minion [pinot]

2024-07-16 Thread via GitHub
Jackie-Jiang commented on code in PR #13550: URL: https://github.com/apache/pinot/pull/13550#discussion_r1680211463 ## pinot-minion/src/main/java/org/apache/pinot/minion/api/resources/PinotMinionMetricsResource.java: ## @@ -0,0 +1,68 @@ +/** + * Licensed to the Apache Software

Re: [PR] API to expose gauge metric values on minion [pinot]

2024-07-16 Thread via GitHub
Jackie-Jiang commented on code in PR #13550: URL: https://github.com/apache/pinot/pull/13550#discussion_r1680210207 ## pinot-common/src/main/java/org/apache/pinot/common/metrics/AbstractMetrics.java: ## @@ -494,6 +494,16 @@ public void addValueToGlobalGauge(final G gauge, final

Re: [PR] API to expose gauge metric values on minion [pinot]

2024-07-16 Thread via GitHub
shounakmk219 commented on PR #13550: URL: https://github.com/apache/pinot/pull/13550#issuecomment-2230801206 @Jackie-Jiang based on your inputs updated the code to expose just the gauge values for now. -- This is an automated message from the Apache Git Service. To respond to the