Operations | Monitoring | ITSM | DevOps | Cloud

Fixing SCOM's blind spots

Since its origins as MOM 2000, SCOM has been widely regarded for being awesome at two things: firstly, being the hands-down best solution for monitoring Windows Server environments (it is Microsoft’s monitoring tool, after all); and secondly, being an extensible monitoring platform that can act as a single pane of glass across your data center environment.

4 Tips to Manage Heavy Construction Equipment Management

The construction industry is filled with lots of equipment that is essential for running daily operations. Without them, it will be a hectic task and time-consuming as well. Therefore, it is significant to keep the equipment maintained and in good shape. But how to do that because assets are kept in distinct locations and how will they get maintenance on time? This is where equipment asset management software comes into play!

Getting Started With Docker Compose and Speedscale CLI

Observability, introspection, logging, and dependency mapping are critical when building APIs. With the advent of microservice architecture, understanding what happens inside your container is vital during development. Speedscale CLI is a container-centric tool that allows you to monitor inbound and outbound traffic. With Speedscale CLI, you can monitor raw requests, latency, encoding, and detected technologies.

Ask Miss O11y: When should you delete instrumentation?

When do you delete instrumentation? You delete instrumentation when you delete code. Other than that, if you’re doing things right: almost never. One of the best things about honeycomb is that it completely transforms the incentives around preserving instrumentation. With metrics-based tools, the most valuable metrics are always custom metrics. You need to define a custom metric for literally any question you might ever want to ask about the app and its utilization or performance.

11 Tips for Using GitLens in VS Code

GitLens is the number one Git extension for VS Code, helping over 14 million developers unlock the power of Git in their favorite editor! Here are 11 expert tips on how to make the most of using GitLens right now! Optimize your Git experience with VS Code today – install GitLens to enjoy better project history visualization and insights! Install GitLens Free!

Recipe for Great In-Person Events: 5 Key DO's and DON'Ts

For the last couple of years, most of us have been working from spare rooms, bar stools at our kitchen islands, the couch, and even garages retrofitted into home offices. The pandemic has changed the world of work forever. It has also dramatically changed the world of networking and events. Since March of 2020, we’ve seen networking move to virtual spaces in the following forms: Many have spent a significant amount of time and energy building up their digital presence in the last two years.

How to Monitor Redis with OpenTelemetry

We’re excited to announce that we’ve recently contributed Redis monitoring support to the OpenTelemetry collector. You can check it out here! You can utilize this receiver in conjunction with any OTel collector: including the contrib collector, the observIQ’s distribution of the collector, as well as Google’s Ops Agent, as a few examples.

Implementing access control policies in CI/CD pipelines

Imagine yourself in this situation: You are a motivated and skilled DevOps or DevEx engineer. You have a plan to implement automated, complete CI/CD pipelines. You know how to do it, and you know how the extra productivity and automation will benefit your team and the whole company. But the project is never approved, because of security concerns. Many organizations, especially those in regulated industries, have strict requirements for releasing their software, and rightfully so.

Continuous deployment of a Nest.js application to Heroku

If you have been around for a while in the field of software development, especially web development, then you know how tedious and stressful it has historically been to deploy your source code to a webserver. Most of the time, this was accomplished by uploading it using File Transfer Protocol (FTP). But now we have numerous ways of automating the deployment process. In this tutorial, we will learn how to set up continuous deployment of a Nest.js application to Heroku using CircleCI.