Alloy remotecfg - self hosted service - HELP!

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.

Have you tried https instead of gRPC?

You mean, use a simple python server, but use https, tls and certs instead grpc?
but in the documentation and source code, alloy remotecfg use grpc.

I make a clone from this: GitHub - opsplane-services/alloy-remote-config-server: Remote server implementation of alloy remote config API, and it works with some changes!, thanks

1 Like