Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
How can I export metrics from Angular frontend to be read with Prometheus ?
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