Hi, I am trying to send metrics to the controller using Machine Agent HTTP Listener but the agent is discarding the metrics since it is unregistered. Do I have to register it manually? $URL = "http://localhost:9999"$Endpoint = "/api/v1/metrics"$URLF...
I faced a similar issue recently. I think the problem is a bug in Extension Manager because it doesnt work well when need to connect via proxy without authentication. If you use proxy with authentication it works fine but when use proxy without authe...