telemetry: Log a few simple data fields throughout core.

This commit is contained in:
bunnei 2017-05-02 00:10:04 -04:00
parent f3e14cae1e
commit 120b00fb1a
3 changed files with 22 additions and 1 deletions

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
};