mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-01 01:16:03 -04:00
skeleton code for metrics
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
//
|
||||
// Created by Darth on 10/17/2016.
|
||||
//
|
||||
|
||||
#ifndef webAPIHeartbeat_H
|
||||
#define webAPIHeartbeat_H
|
||||
|
||||
#include <unordered_list>
|
||||
|
||||
#include "webAPI.h"
|
||||
#include "../libLeff/libLeff.h"
|
||||
|
||||
|
||||
namespace StellaBellum {
|
||||
|
||||
class webAPIHeartbeat {
|
||||
public:
|
||||
webAPIHeartbeat:webAPIHeartbeat();
|
||||
webAPIHeartbeat:~webAPIHeartbeat();
|
||||
|
||||
bool sendHeartbeat(std::unordered_map<std::string, std::string> metricsData = nullptr);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif //webAPIHeartbeat_H
|
||||
Reference in New Issue
Block a user