Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Webinar: Logging Best Practices in the CI/CD Era

With the overabundance of log data available today, it’s easy to simply limit logging events. However, this pattern overlooks the latent value in your log data. To be proactive, rather than reactive. Utilizing experience serving 1,000+ customers worldwide, Ariel Assaraf, CEO of Coralogix, will show you how to transform your logs into a treasure trove of opportunities for improving business decisions and anticipating operational problems before they happen.

Metrics with OpenTelemetry - Stack Doctor

In the last episode, we showed you how to use OpenTelemetry for tracing to gauge how requests traverse your service. In this episode of Stack Doctor, we show you how to use OpenTelemetry’s metric function, allowing you to define the metrics you want to capture and improve the observability of your Node.js application.

10 Essential DevOps Slack Apps

A major goal of DevOps is task and process automation. While total automation is possible to a large extent, DevOps engineers can’t just run a process and then leave it. They need to quickly react in the event of downtime and incidents. Usually, it’s important to react as fast as possible because downtime for even a few minutes can cost from $2,300 to $9,000 according to the Ponemon Institute in 2016 and a 14-hour outrage cost Facebook an estimated $90 million in March 2019.

Azure Health Monitoring

Microsoft Azure has been growing rapidly from the past couple of years and many new advancements have been done to increase the productivity of the users. Microsoft has also been constantly working on different monitoring capabilities to keep the users well informed about the status and availability of their resources. One such resource is the Azure service health which notifies the user about the availability and health status of each resource in different Azure regions.

Announcing HAProxy Data Plane API 2.0

Version 2.0 of the HAProxy Data Plane API brings some exciting enhancements that unlock the power of HAProxy’s flexible configuration and its runtime capabilities. The HAProxy Data Plane API, which lets you manage your HAProxy configuration dynamically using HTTP RESTful commands, has marked a major milestone with the release of version 2.0. This release emphasizes the runtime aspects of HAProxy, giving you the ability to manage map files, stick tables, peers, DNS resolvers and more.

Detecting, Reporting and Mitigating Vulnerabilities for Go Modules

Go Module vulnerabilities frustrate the lives of many Go developers and can turn a simple project into a battle of endurance between the dev and their patience. With the process of CI/CD shifting left more and more, it’s becoming even more pertinent for developers to be able to track and report vulnerabilities as early as possible. JFrog GoCenter can help track and mitigate vulnerabilities and make the lives of Go developers easier.

Experimental feature: progressive releases

“No plan survives contact with the enemy.” This is a famous quote attributed to the Prussian field marshal Helmuth von Moltke. It is also quite applicable to software development: “No code survives contact with the user.” In mission-critical environments, staggered deployments of software are a crucial part of controlled updates, designed to ensure maximum stability of production applications and services.