Operations | Monitoring | ITSM | DevOps | Cloud

%term

Uniting technical and non-technical teams for better incident response

It takes a village to respond to and resolve incidents. But the teams involved in incident response often work in silos: SREs and devs are heads down fixing the problem, support is flooded with emails/tickets, and marketing/PR may be putting out fires on Twitter. Even if there’s some communication happening over chat or across desks, there’s typically room for improvement with getting these teams to work together when it matters most.

Best Practices for Kubernetes & Container Logging | Continuous Delivery & DevOps

Logs can be one of the most effective tools for engineers and DevOps. In this webinar LogDNA CTO Lee Liu will demonstrate best practices with container logging, how to make sense of them and setup effective alerts to raise problems before they spin out of control.

Mattermost Recipe: Previewing videos in a channel

Here’s another installment of a new series of posts we’re doing on the Mattermost blog: Mattermost Recipes. The goal of these posts is to provide you with solutions to specific problems, as well as a discussion about the details of the solution and some tips about how to customize it to suit your needs perfectly.

Your Rails & Elixir performance metrics inside Chrome Dev Tools

Browser development tools - like Chrome Dev Tools - are vital for debugging client-side performance issues. However, server-side performance metrics have been outside the browser's reach. That changes with the Server Timing API. Supported by Chrome 65+, Firefox 59+, and more browsers, the Server Timing API defines a spec that enables a server to communicate performance metrics about the request-response cycle to the user agent.