This is an automated email from the ASF dual-hosted git repository.
bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new e2b72edafc Stat names changed, updates needed for traffic_top (#10538)
e2b72edafc is described below
commit e2b72edafcce2eedcbed2672a15917f30aa6cfff
Author: Bryan Call <[email protected]>
AuthorDate: Thu Sep 28 06:14:49 2023 -0700
Stat names changed, updates needed for traffic_top (#10538)
---
src/traffic_top/stats.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/traffic_top/stats.h b/src/traffic_top/stats.h
index 0cb12e411f..c94482bfd9 100644
--- a/src/traffic_top/stats.h
+++ b/src/traffic_top/stats.h
@@ -180,8 +180,8 @@ public:
lookup_table.insert(make_pair("ka_total", LookupItem("KA Total",
"proxy.process.net.dynamic_keep_alive_timeout_in_total", 2)));
lookup_table.insert(make_pair("ka_count", LookupItem("KA Count",
"proxy.process.net.dynamic_keep_alive_timeout_in_count", 2)));
- lookup_table.insert(make_pair("client_abort", LookupItem("Clnt Abort",
"proxy.process.http.err_client_abort_count_stat", 2)));
- lookup_table.insert(make_pair("conn_fail", LookupItem("Conn Fail",
"proxy.process.http.err_connect_fail_count_stat", 2)));
+ lookup_table.insert(make_pair("client_abort", LookupItem("Clnt Abort",
"proxy.process.http.err_client_abort_count", 2)));
+ lookup_table.insert(make_pair("conn_fail", LookupItem("Conn Fail",
"proxy.process.http.err_connect_fail_count", 2)));
lookup_table.insert(make_pair("abort", LookupItem("Abort",
"proxy.process.http.transaction_counts.errors.aborts", 2)));
lookup_table.insert(
make_pair("t_conn_fail", LookupItem("Conn Fail",
"proxy.process.http.transaction_counts.errors.connect_failed", 2)));