sragraha(a)redhat.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1227696?usp=email )
Change subject: Monitoring: Restructuring metrics registering and updation
......................................................................
Monitoring: Restructuring metrics registering and updation
This commit performs a major restructuring of how core NFS and RPC metrics are defined,
registered, and updated. It eliminates the old, inefficient index-based metrics system
in nfs_metrics.c and consolidates RPC metrics into the more modern, label-based dynamic
metrics framework (dynamic_metrics.cc)
Change-Id: Ida2379c922a2cebab7c6f1290f9a6610f502c593
Signed-off-by: Sreedhar Agraharam <sragraha(a)redhat.com>
---
M src/MainNFSD/nfs_metrics.c
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
M src/include/nfs_metrics.h
M src/monitoring/dynamic_metrics.cc
M src/monitoring/include/dynamic_metrics.h
M src/support/server_stats.c
6 files changed, 53 insertions(+), 108 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/96/1227696/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1227696?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Ida2379c922a2cebab7c6f1290f9a6610f502c593
Gerrit-Change-Number: 1227696
Gerrit-PatchSet: 1
Gerrit-Owner: sragraha(a)redhat.com