> Soon! https://github.com/prometheus/prometheus/pull/8084

That'll be a cool feature for data migration - thanks!

Unfortunately I don't think it helps with the OP's problem, unless:
1. federation is extended to query historical data (with range queries?)
2. prometheus supports a remote_write endpoint for backfilling

I can suggest another option for the OP though. They can run *two* 
independent federation nodes, such that they are never both down at the 
same time. Then put promxy <https://github.com/jacksontj/promxy> in front 
of them, and query via that.  At query time, it will fill gaps in one 
server with data from the other.

Re Thanos: is there a simple one-process deployment for that yet?  What I 
like about VictoriaMetrics is that I can run
/opt/victoria-metrics/victoria-metrics-prod 
-storageDataPath=/var/lib/victoria-metrics/data 
-retentionPeriod=6 \
    -httpAuth.username=admin -httpAuth.password=XXXXXX
and I'm done.

-- 
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/cdaa27d1-a4c3-47e3-91f6-25684449a529n%40googlegroups.com.

Reply via email to