Look into Grafana Alloy -> push to Mimir instead of Prometheus pull #32
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not sure if we want that yet, but might be worth a look to avoid exposing metrics and also meta flake-wide eval time losses. Open question: is the NixOS module any good? If not, can we make it any good without too much effort? Could we also have it subsume promtail?
Disclaimer: I wrote in private with @k900 about this right before the issue was opened.
I do see a lot of benefits in using a push based setup, given Mimir supports this very nicely, and we already push things to Loki anyway.
I strongly suggest, however, to use Grafana Agent instead of Alloy for now.
services.alloy
module is IMHO not good. It expects you to put your configuration inenvironment.etc."alloy/config.alloy"
by default.https://github.com/grafana/alloy/issues/326 ↩︎