...
Grafana
EST has its own Prometheus and Grafana: (externally accessible)
https://monitoring.nordix.org/login
http://monitoring.est.tech/
Through prometheus.yml (of EST), a new scrape_configs for the cps-and-ncmp microservice can be added:Code Block scrape_configs: - job_name: 'cps-and-ncmp' metrics_path: '/actuator/prometheus' scrape_interval: 5s static_configs: - targets: - 'cps-and-ncmp:8080' // replace by <physical-server-ip:port>
...