appclacks / mirabelle

A stream processing engine for monitoring
Eclipse Public License 1.0
95 stars 5 forks source link

Pushing to Prometheus Remote Write #21

Open CrashLaker opened 2 years ago

CrashLaker commented 2 years ago

Hi @mcorbin,

Just found this tool from your recent post about "Prometheus remote write" I'm willing to solve the our of order samples by hooking prometheus remove_write data into mirabelle and then back to thanos. the fixed-time-window was just the functionality what I was looking for. I wasn't able to find a documentation explaining how to export the data from mirabelle once it was ingested though.

could you please point me to the right direction?

Regards,c.

CrashLaker commented 2 years ago

hm now i see. so from here https://mirabelle.mcorbin.fr/howto/action-io-ref/#influxdb till now we can only forward to pagerduty, influx and elasticsearch is that correct?

ty,c.

mcorbin commented 2 years ago

Hello,

Mirabelle is currently able to receive Prometheus remote write metrics but pushing Prometheus remote write metrics to another system is not supported. I was planning to add it but I don't have the time to work on it for now.