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 d1de3a0008 Add noServerFoundExceptions metric to broker.yaml (#8754)
d1de3a0008 is described below

commit d1de3a0008777309c3058e63a3d029f85e0a4b1d
Author: Neha Pawar <[email protected]>
AuthorDate: Fri May 20 17:56:44 2022 -0700

    Add noServerFoundExceptions metric to broker.yaml (#8754)
---
 .../images/pinot/etc/jmx_prometheus_javaagent/configs/broker.yml   | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/broker.yml 
b/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/broker.yml
index be7f183170..ae157f95c2 100644
--- a/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/broker.yml
+++ b/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/broker.yml
@@ -103,6 +103,11 @@ rules:
   cache: true
   labels:
     table: "$1"
+- pattern: "\"org.apache.pinot.common.metrics\"<type=\"BrokerMetrics\", 
name=\"pinot.broker.(\\w+)\\.noServerFoundExceptions\"><>(\\w+)"
+  name: "pinot_broker_noServerFoundExceptions_$2"
+  cache: true
+  labels:
+    table: "$1"
 - pattern: "\"org.apache.pinot.common.metrics\"<type=\"BrokerMetrics\", 
name=\"pinot.broker.(\\w+)\\.brokerResponsesWithProcessingExceptions\"><>(\\w+)"
   name: "pinot_broker_brokerResponsesWithProcessingExceptions_$2"
   cache: true
@@ -133,4 +138,4 @@ rules:
   name: "pinot_broker_requestConnectionWait_$2"
   cache: true
   labels:
-    table: "$1"
\ No newline at end of file
+    table: "$1"


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

Reply via email to