AICoE / prometheus-anomaly-detector

A newer more updated version of the prometheus anomaly detector (https://github.com/AICoE/prometheus-anomaly-detector-legacy)
GNU General Public License v3.0
597 stars 151 forks source link

Run model training and metrics exporting in two different containers #51

Closed 4n4nd closed 5 years ago

4n4nd commented 5 years ago

This would solve at least a couple of issues:

The only tricky part is, how do you share the predicted metrics between the model-training container and the metrics exporter?

Possible solutions:

4n4nd commented 5 years ago

I think the pushgateway solution would work well when we convert everything to rx streams