This is an automated email from the ASF dual-hosted git repository.

jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new eca8a7270e Expose GRPC metrics (#11842)
eca8a7270e is described below

commit eca8a7270ebae8a3e1e0bf3ed2f21eed66ad0364
Author: Prashant Pandey <[email protected]>
AuthorDate: Sat Oct 21 00:09:30 2023 +0200

    Expose GRPC metrics (#11842)
---
 docker/images/pinot/etc/jmx_prometheus_javaagent/configs/server.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/server.yml 
b/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/server.yml
index 6a956a5076..4da3548947 100644
--- a/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/server.yml
+++ b/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/server.yml
@@ -144,6 +144,10 @@ rules:
     table: "$1"
     tableType: "$2"
     partition: "$3"
+#grpc related metrics
+- pattern: "\"org.apache.pinot.common.metrics\"<type=\"ServerMetrics\", 
name=\"pinot.server.grpc(.+)\"><>(\\w+)"
+  name: "pinot_server_grpc$1_$2"
+  cache: true
 
   ## Metrics that fit the catch-all patterns above should not be added to this 
file.
   ## In case a metric does not fit the catch-all patterns, add them before 
this comment


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

Reply via email to