Skip to content

Commit

Permalink
remove axonLogDuration stat
Browse files Browse the repository at this point in the history
Summary: not used

Reviewed By: disylh

Differential Revision: D65965559

fbshipit-source-id: 8ac948c7039a4c0ee8e47bbbc3d1e129a4ce3d89
  • Loading branch information
Lenar Fatikhov authored and facebook-github-bot committed Nov 14, 2024
1 parent ffec051 commit c1c04fa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mcrouter/ProxyStats.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ class ProxyStats {
return asyncLogDurationUs_;
}

ExponentialSmoothData<64>& axonLogDurationUs() {
return axonLogDurationUs_;
}

ExponentialSmoothData<64>& axonProxyDurationUs() {
return axonProxyDurationUs_;
}
Expand Down Expand Up @@ -206,9 +202,6 @@ class ProxyStats {
// Time spent for asynclog spooling
ExponentialSmoothData<64> asyncLogDurationUs_;

// Time spent for axonlog writing
ExponentialSmoothData<64> axonLogDurationUs_;

// Time spent for axonlog writing
ExponentialSmoothData<64> axonProxyDurationUs_;

Expand Down

0 comments on commit c1c04fa

Please sign in to comment.