kitsudaiki / OpenHanami

OpenHanami contains an experimental artificial neural network, which can work on unnormalized input-data in a cloud native environment.
https://docs.openhanami.com
Apache License 2.0
9 stars 0 forks source link

[Feature]: send measurements to influxdb #408

Open kitsudaiki opened 3 months ago

kitsudaiki commented 3 months ago

Feature

Description

Since the dashboard is disabled, there is currently no good way to visualize the measurements made by the backend at runtime. It is possible to request data via API, but this is not optimal. To solve this issue, an influxdb-client should be added to send the measurements to an influxdb.

Acceptance Criteria