Fri.May 17, 2024

article thumbnail

A Comprehensive Guide on Non-Regression Testing

DZone

A developer’s code changes may impact the software’s functionality. Even minor changes can have unanticipated consequences or result in the appearance of new bugs. For example, we use regression testing to detect newly discovered problems.

Testing 130
article thumbnail

Using Prometheus and Grafana to monitor a Nutanix Cluster.

n0derunner

Using a small python script we can liberate data from the “Analysis” page of prism element and send it to prometheus, where we can combine cluster metrics with other data and view them all on some nice Grafana dashboards. Output Prism Analysis Page Grafana Dashboard Prism Analysis Page Vs Grafana Dashboard method The method we … The post Using Prometheus and Grafana to monitor a Nutanix Cluster. appeared first on n0derunner.

article thumbnail

Distributed Systems: Common Pitfalls and Complexity

DZone

The complexity of distributed systems is an important challenge for engineers and developers. Complexity tends to increase as the system evolves, and therefore it is important to be proactive. Let's talk about what types of complexity you may encounter and what effective tactics to deal with it in your work. Distributed Systems and Complexity In development, a distributed system is a network of computers that are connected to each other and working on a single task.

Systems 130