-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Statistics Database Option #1361
Comments
If you only need the metrics persisted into a database, then you may wish to look into TSDBs that support the Prometheus protocol, and leverage that to build a "statistics database", like you supposed with InfluxDB: |
Just a thought, (as I use influxdb too) as data can be posted to Influxdb via their API, is that something that can be supported? By the looks of it, it could be provided in very simular way to how websocket for notifications is set up, just with slightly different options and the ability for it to pass some value that can be placed into a structured URL I know a bit of Lua and use that to create a URL to submit various temperature readings to a influxdb bucket i have set up. |
during the PR mettioned above we have evaluated some time series databases and have found them to not fit the direction in which we want the project to go in terms of resource consumption. We have instead gone with running aggregation as an optimisation for our statistics. => closing as resolved |
🏷️ Feature Request Type
Other
🔖 Feature description
If there could be an option passed to have the statistics db recorded in an external platform, i.e. MariaDB / InfluxDB ...etc
✔️ Solution
❓ Alternatives
📝 Additional Context
The text was updated successfully, but these errors were encountered: