Integrate metric items into raylet (#4602)

This commit is contained in:
Qing Wang
2019-04-25 11:40:24 +08:00
committed by Hao Chen
parent f39b6747e5
commit c26f24ab9f
22 changed files with 305 additions and 63 deletions
+3
View File
@@ -187,6 +187,9 @@ class ObjectManager : public ObjectManagerInterface {
/// \return string.
std::string DebugString() const;
/// Record metrics.
void RecordMetrics() const;
private:
friend class TestObjectManager;