feat: add performance statistics to UI protocol
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 5 Feb 2024 15:15:24 +0000 (16:15 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 5 Feb 2024 15:15:24 +0000 (16:15 +0100)
commita66bbcfe85550dc01a2e32bd17a52f5980a78193
tree5bdf08cde864fe6507593ae1c49b073ade68b956
parente1a3f3c1528a82673d616a96b7b14ba96a664dab
feat: add performance statistics to UI protocol

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
18 files changed:
README.md
src/assets/config-template.json
src/assets/ui-protocol/Insomnia-CSSimulatorUIWSProtocolCollection.json
src/assets/ui-protocol/Insomnia_CSSimulatorUIProtocol.json
src/charging-station/Bootstrap.ts
src/charging-station/ui-server/UIHttpServer.ts
src/charging-station/ui-server/UIWebSocketServer.ts
src/charging-station/ui-server/ui-services/AbstractUIService.ts
src/performance/storage/JsonFileStorage.ts
src/performance/storage/MikroOrmStorage.ts
src/performance/storage/MongoDBStorage.ts
src/performance/storage/None.ts [new file with mode: 0644]
src/performance/storage/Storage.ts
src/performance/storage/StorageFactory.ts
src/types/Storage.ts
src/types/UIProtocol.ts
src/utils/Configuration.ts
src/utils/Utils.ts