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 10ebfa51ef adding rows with error to docker metrics config (#10075) 10ebfa51ef is described below commit 10ebfa51eff4dd85520e9dfd1eb3b9cab47eafc8 Author: Rong Rong <ro...@apache.org> AuthorDate: Fri Jan 6 12:06:44 2023 -0800 adding rows with error to docker metrics config (#10075) --- docker/images/pinot/etc/jmx_prometheus_javaagent/configs/pinot.yml | 3 +++ 1 file changed, 3 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 af618eeb56..96cff302a7 100644 --- a/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/pinot.yml +++ b/docker/images/pinot/etc/jmx_prometheus_javaagent/configs/pinot.yml @@ -402,6 +402,9 @@ rules: - pattern: "\"org.apache.pinot.common.metrics\"<type=\"ServerMetrics\", name=\"pinot.server.realtimeRowsConsumed\"><>(\\w+)" name: "pinot_server_realtime_rowsConsumed_$1" cache: true +- pattern: "\"org.apache.pinot.common.metrics\"<type=\"ServerMetrics\", name=\"pinot.server.rowsWithErrors\"><>(\\w+)" + name: "pinot_server_realtime_rowsErrored_$1" + cache: true - pattern: "\"org.apache.pinot.common.metrics\"<type=\"ServerMetrics\", name=\"pinot.server.(\\w+)Exceptions\"><>(\\w+)" name: "pinot_server_realtime_exceptions_$1_$2" cache: true --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org