This PR add the IP address of each subscriber to the Grafana Dashboard. Since the metricfunc pod does not give that information directly, we must get the IP addresses from the SMF pod directly.
For that, a ServiceMonitor is created for the SMF pod (smf-monitor), which is then loaded to the kustomization.yaml file.
Some changes were required in the Dashboard logic itself to serve the information.
This PR add the IP address of each subscriber to the Grafana Dashboard. Since the metricfunc pod does not give that information directly, we must get the IP addresses from the SMF pod directly. For that, a ServiceMonitor is created for the SMF pod
(smf-monitor)
, which is then loaded to thekustomization.yaml
file. Some changes were required in the Dashboard logic itself to serve the information.Preview: