Browse Source

chore: update changes

JianBo He 1 year ago
parent
commit
f7e8fce020
2 changed files with 1 additions and 1 deletions
  1. 0 1
      apps/emqx_prometheus/src/emqx_prometheus.erl
  2. 1 0
      changes/ce/feat-14096.en.md

+ 0 - 1
apps/emqx_prometheus/src/emqx_prometheus.erl

@@ -501,7 +501,6 @@ emqx_collect(K = emqx_license_expiry_at, D) -> gauge_metric(?MG(K, D));
 emqx_collect(K = emqx_cert_expiry_at, D) -> gauge_metrics(?MG(K, D));
 %% Cluster RPC
 emqx_collect(K = emqx_cluster_rpc_txid, D) -> gauge_metrics(?MG(K, D));
-emqx_collect(K = emqx_cluster_rpc_latest_txid, D) -> gauge_metrics(?MG(K, D));
 %% Mria
 %% ========== core
 emqx_collect(K = emqx_mria_last_intercepted_trans, D) -> gauge_metrics(?MG(K, D, []));

+ 1 - 0
changes/ce/feat-14096.en.md

@@ -0,0 +1 @@
+Expose `cluster_rpc_txid` as a Prometheus metric for monitoring the configuration file synchronization status of each node in the cluster.