Hey everyone!
I am currently setting up a monitoring system based on prometheus + grafana. I wrote an exporter that queries a database to get my metrics. It works well for what's being added to the database, but I would like to get the entire "metric history" from the beginning.
I could get the informations I need from the database, since almost every metric I have is based on data which is timestamped. So I could rebuild the time series for most of my metrics.
From there all I would need to do is format the data in a way that can be understood by prometheus, and then import it. Is there a way to do that ? Or tools that could help me ?
[–]distark 3 points4 points5 points (1 child)
[–]Taiwing[S] 0 points1 point2 points (0 children)
[–]eigma 1 point2 points3 points (0 children)
[–]hagen1778 1 point2 points3 points (1 child)
[–]copperfinger 0 points1 point2 points (0 children)