On 22.06.21 11:26, Tobias Schmidt wrote: > > Last night I was wondering if there are any other common interfaces > available in serverless environments and noticed that all products by AWS > (Lambda) and GCP (Functions, Run) at least provide the option to handle log > streams, sometimes even log files on disk. I'm currently thinking about > experimenting with an approach where containers log metrics to stdout / > some file, get picked up by the serverless runtime and written to some log > stream. Another service "loggateway" (or otherwise named) would then stream > the logs, aggregate them and either expose them on the common /metrics > endpoint or push them with remote write right away to a Prometheus instance > hosted somewhere (like Grafana Cloud).
Perhaps I'm missing something, but isn't that https://github.com/google/mtail ? -- Björn Rabenstein [PGP-ID] 0x851C3DA17D748D03 [email] [email protected] -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" 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-developers/20210624210908.GB11559%40jahnn.

