telemetry_session: Use TelemetryJson to submit real telemetry.
This commit is contained in:
parent
fd3b4451ec
commit
8af3ebb149
3 changed files with 3 additions and 5 deletions
|
@ -17,7 +17,7 @@ namespace WebService {
|
|||
*/
|
||||
class TelemetryJson : public Telemetry::VisitorInterface {
|
||||
public:
|
||||
TelemetryJson();
|
||||
TelemetryJson() = default;
|
||||
~TelemetryJson() = default;
|
||||
|
||||
void Visit(const Telemetry::Field<bool>& field) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue