How can I export metrics from Angular frontend to be read with Prometheus ?
+1
−0
How can I monitor an Angular frontend with Prometheus? I was able to create metrics for my Node.js API using the express-prometheus module. But I can't find any Angular/Prometheus integration. Basically I would like to get the metrics from HTTP requests served, CPU, memory, etc. like they exist for Node.js.
I mean, I want to monitor the HTTP server serving HTML, JavaScript and resources for the metrics above.
1 comment thread