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

richardstartin 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 a954d85d29 Adding missing prometheus metrics to controller.yml (#8576)
a954d85d29 is described below

commit a954d85d290f4ee5e58165ee46be03a0d9acfe12
Author: Tim Santos <t...@cortexdata.io>
AuthorDate: Thu Apr 21 13:06:40 2022 -0700

    Adding missing prometheus metrics to controller.yml (#8576)
---
 .../etc/jmx_prometheus_javaagent/configs/controller.yml | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git 
a/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/controller.yml 
b/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/controller.yml
index 3ef1f99206..0157c8e814 100644
--- a/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/controller.yml
+++ b/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/controller.yml
@@ -122,4 +122,19 @@ rules:
   cache: true
   labels:
     table: "$1"
-    tableType: "$2"
\ No newline at end of file
+    tableType: "$2"
+- pattern: "\"org.apache.pinot.common.metrics\"<type=\"ControllerMetrics\", 
name=\"pinot.controller.tableTotalSizeOnServer.(\\w+)_(\\w+)\"><>(\\w+)"
+  name: "pinot_controller_tableTotalSizeOnServer_$3"
+  labels:
+    table: "$1"
+    tableType: "$2"
+- pattern: "\"org.apache.pinot.common.metrics\"<type=\"ControllerMetrics\", 
name=\"pinot.controller.tableSizePerReplicaOnServer.(\\w+)_(\\w+)\"><>(\\w+)"
+  name: "pinot_controller_tableSizePerReplicaOnServer_$3"
+  labels:
+    table: "$1"
+    tableType: "$2"
+- pattern: "\"org.apache.pinot.common.metrics\"<type=\"ControllerMetrics\", 
name=\"pinot.controller.tableCompressedSize.(\\w+)_(\\w+)\"><>(\\w+)"
+  name: "pinot_controller_tableCompressedSize_$3"
+  labels:
+    table: "$1"
+    tableType: "$2"


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

Reply via email to