Operations | Monitoring | ITSM | DevOps | Cloud

%term

Setting Up Application Performance Monitoring with the ELK Stack and Logz.io

Application Performance Monitoring, aka APM, is one of the most common methods used by engineers today to measure the availability, response times and behavior of applications and services. There are a variety of APM solutions in the market but if you’re familiar with the ELK Stack or are a Logz.io user, this article describes using a relatively new open source-based solution — Elastic APM.

Kubernetes: Securing Hybrid and Multi-Cloud Environments

Kubernetes is widely used to re-architect traditional applications. Many organizations first set up Kubernetes within their on-prem environment and then later expand to the public cloud. This hybrid environment often creates security and compliance challenges with workloads. Join this webinar to learn how to leverage universal security policy definition that works across a hybrid environment.

BigBlueButton integration brings powerful web conferencing tools to Mattermost

BigBlueButton is an open source web conferencing system. The product enables real-time sharing of audio, video, slides and screens, with collaborative capabilities such as shared whiteboard, polling and breakout rooms. Blindside Networks, the company behind the BigBlueButton project, has created a plugin that brings all of these collaborative capabilities within Mattermost.

Birds of a Fiber: A look at Falcon, a modern asynchronous web server for Ruby

The GitHub Readme describes Falcon as, "... *a multi-process, multi-fiber rack-compatible HTTP server ... Each request is executed within a lightweight fiber and can block on up-stream requests without stalling the entire server process." The gist: Falcon aims to increase throughput of web applications by using Ruby’s Fibers to be able to continue serving requests while other requests are waiting on IO (ActiveRecord queries, network requests, file read/write, etc).