Skip to content
Snippets Groups Projects
Commit 248046fd authored by Kerri Wait's avatar Kerri Wait Committed by Chris Hines
Browse files

Hotfix: monitor NFS GETATTR stats via telegraf

parent b017a92f
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ xprtudpcounters="proto,port,bind_count,rpcsends,rpcreceives,badxids,inflightsend
xprttcpcounters="proto,port,bind_count,connect_count,connect_time,idle_time,rpcsends,rpcreceives,badxids,inflightsends,backlogutil".split(',')
xprtrdmacounters="proto,port,bind_count,connect_count,idle_time,rpcsends,rpcreceives,badxids,backlogutil,read_chunks,write_chunks,reply_chunks,total_rdma_req',total_rdma_rep,pullup,fixup,hardway,failed_marshal,bad_reply".split(',')
NfsOpCounters="operations,transmissions,major_timeouts,bytes_sent,bytes_recv,queue_time,response_time,request_time".split(',')
OPS="WRITE,OPEN,CLOSE,ACCESS,RENAME,SYMLINK,CREATE".split(',')
OPS="GETATTR,WRITE,OPEN,CLOSE,ACCESS,RENAME,SYMLINK,CREATE".split(',')
NfsEventCounters = [
'inoderevalidates',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment