Import data from SQL Server into time series database

Hi,

Most use cases that i’ve found show us how to monitoring databases (usage, queries, memory, etc) and send some metrics to a time series database.

In my case, what i have in the SQL Server database is the data that i pretend to visualize into Grafana. Once i don’t what to overload the main database, i would like to migrate the data (or maybe aggregations of it) from SQL Server into a time series database.

Someone already does that? For example to Prometheus, influxDB or Graphite?

Thanks for your help.