You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/09/07 23:20:08 UTC

[pinot] branch master updated: Missing Prometheus metric name (#7406)

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

xiangfu 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 e7901ee  Missing Prometheus metric name (#7406)
e7901ee is described below

commit e7901ee8f72c0650dc348e5f9b3cdef7df1566e0
Author: Ramakrishna Baratam <ra...@gmail.com>
AuthorDate: Tue Sep 7 16:19:50 2021 -0700

    Missing Prometheus metric name (#7406)
---
 docker/images/pinot/etc/jmx_prometheus_javaagent/configs/pinot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/pinot.yml b/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/pinot.yml
index 8850d67..7068f30 100644
--- a/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/pinot.yml
+++ b/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/pinot.yml
@@ -178,6 +178,10 @@ rules:
   name: "pinot_broker_brokerResponsesWithPartialServersResponded_$2"
   labels:
     table: "$1"
+- pattern: "\"org.apache.pinot.common.metrics\"<type=\"BrokerMetrics\", name=\"pinot.broker.(\\w+)\\.brokerResponsesWithProcessingExceptions\"><>(\\w+)"
+  name: "pinot_broker_brokerResponsesWithProcessingExceptions_$2"
+  labels:
+    table: "$1"
 - pattern: "\"org.apache.pinot.common.metrics\"<type=\"BrokerMetrics\", name=\"pinot.broker.(\\w+)\\.brokerResponsesWithNumGroupsLimitReached\"><>(\\w+)"
   name: "pinot_broker_brokerResponsesWithNumGroupsLimitReached_$2"
   labels:

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org