Commit f4ff8900 authored by Alex Eckert's avatar Alex Eckert Committed by Facebook Github Bot

use facebook::fb303 instead of common::stats where possible

Summary:
Most stat code in fbcode was moved in to open source under
fbcode/fb303. The only exception that we use internally is the
MonotonicCounter class. This diff moves all of our stats code to use
the open source headers and updates cmake files to pull in the open
source fb303.

Reviewed By: chadaustin, shri-khare

Differential Revision: D16969960

fbshipit-source-id: 12b7abb54c956c242c8e27eb69fd96925c7e61f7
parent f76e78e4
...@@ -15,6 +15,7 @@ builder = nop ...@@ -15,6 +15,7 @@ builder = nop
[dependencies] [dependencies]
folly folly
fb303
wangle wangle
rsocket-cpp rsocket-cpp
mstch mstch
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment