sitespeedio / sitespeed.io

sitespeed.io is an open-source tool for comprehensive web performance analysis, enabling you to test, monitor, and optimize your website’s speed using real browsers in various environments.
https://www.sitespeed.io/
MIT License
4.74k stars 601 forks source link

Support for Kairos DB in sitespeed? #815

Closed abhagupta closed 8 years ago

abhagupta commented 8 years ago

Hi, Is there any roadmap/plan/discussions for supporting kairos db for saving the time series data in addition to Graphite for sitespeed?

Abha

soulgalore commented 8 years ago

Hey @abhagupta , in the current version you could build it yourself using a postTask (https://www.sitespeed.io/documentation/developers/#add-your-own-post-tasks), there you have access to all the metrics that sitspeed.io collected and can store it wherever you want.

However, I would wait for 4.0 or at least for the alpha that we hope we can show in March, then it will be easier to build your own plugins + you can share them with other users.

Best Peter

abhagupta commented 8 years ago

Thank you @soulgalore . using the above feature, I could easily store data in Mongodb and Kairosdb. I will close the issue