I would like to build a service that delivers configurations for Grafana Alloy using the remotecfg component.
I have over 500 servers (Windows and Linux).
No matter how much I program, I can’t get communication to work successfully using grpc (I understand that’s the communication method) using Golang or Python.
In my case, on Windows, I have instances that I use simultaneously (Blackbox, IIS-Windows Event Logs (Loki), Prometheus Metrics).
And I need the foundation to later integrate other functions.
If you could help me with where I should read or find an example, it would be very helpful.