telemetry: Log a few simple data fields throughout core.

This commit is contained in:
bunnei
2017-05-24 19:16:23 -04:00
parent f3e14cae1e
commit 120b00fb1a
3 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ public:
}
private:
Telemetry::FieldCollection field_collection; ///< Field collection, tracks all added fields
Telemetry::FieldCollection field_collection; ///< Tracks all added fields for the session
std::unique_ptr<Telemetry::VisitorInterface> backend; ///< Backend interface that logs fields
};