I’m using free5gc official compose from github trying to connect prometheus so I can monitor some container and get some metrics like AMF and UPF but when connecting the prometheus I get Get http://amf.free5gc.org:3000/metrics: dial tcp 10.100.200.16:3000: getsockopt: connection refused
I literally used the same yaml config and added the necessary changed from the used docker-compose yaml into the free5gc docker-compose-build.yaml from the official github repo, any help, I’m sure the issue is because there’s no endpoint /metrics provided by those components, in this case what should I do exactly?