I have a specific use case where I'm backfilling metrics into a Postgres TimescaleDB instance. As backfilling indicates, the metrics are not scrapped during regular intervals. The individual metrics/data points are calculated at the end of each day, and then pushed to TimescaleDB. I know we can accomplish this directly via some SQL inserts although I know we can also do it by encoding the individual data points with the necessary protobuf definitions which are included in the prometheus repo and posting them to the promscale connector. I'd like to know if there are any code samples out there of how this can be accomplished in Go and in C++ directly from the application which is generating the metrics?
I appreciate any help. Al -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/7590a8c9-646d-4e28-bb2c-ccfffdc99fc2n%40googlegroups.com.

