Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Webinar Recap: Mastering Telemetry Pipelines - A DevOps Lifecycle Approach to Data Management

In our webinar, Mastering Telemetry Pipelines: A DevOps Lifecycle Approach to Data Management, hosted by Mezmo’s Bill Balnave, VP of Technical Services, and Bill Meyer, Principal Solutions Engineer, we showcased a unique data-engineering approach to telemetry data management that comprises three phases: Understand, Optimize, and Respond.

A Guide to Lossy vs Lossless Compression

Digital media compression serves as the cornerstone of data reduction and efficiency enhancement in the digital realm. Its significance lies in its ability to minimize file sizes, thereby saving storage space and reducing bandwidth consumption during data transmission. This foundational step is crucial for managing the ever-expanding volumes of digital content, from high-resolution images and videos to extensive databases.

How Cortex uses catalog customization to increase visibility across projects

After decades as a software engineer, I’ve seen firsthand how complexity can grow exponentially with scale. Thankfully, over that time, quite a few tools have come along to help manage some of that complexity. One great example is the Internal Developer Portals (IDPs), which were built to connect an engineering organization’s architecture, processes, documentation, and definitions and alignment to standards of health.

Best practices for monitoring ML models in production

Regardless of how much effort teams put into developing, training, and evaluating ML models before they deploy, their functionality inevitably degrades over time due to several factors. Unlike with conventional applications, even subtle trends in the production environment a model operates in can radically alter its behavior. This is especially true of more advanced models that use deep learning and other non-deterministic techniques.

5 Best IT Monitoring Software

IT monitoring software tracks the operations and activities of your end users and any software in your IT environment. IT experts use this specific type of software to determine the health and performance of your IT infrastructure and its components so that you can make well-informed and real-time decisions for resource provisioning and IT security. You may be researching the best IT monitoring software on the market today but don’t know where to start. That’s where we come in.

Datadog vs. New Relic: 2024 Comparison

If you're working in IT monitoring and observability, you simply cannot ignore the power of Datadog and New Relic. These two tools have plenty of features that can revolutionize your entire observability strategy and give you complete control over your infrastructure. These tools are built so as to capture the tiniest of details, be it on applications, infrastructure, databases, servers, or something completely on the cloud.

A Product Manager's Insights from KubeCon + CloudNativeCon Europe 2024

I recently had the privilege of attending KubeCon + CloudNativeCon Europe 2024 in Paris. The conference, hosted by the Linux Foundation, marked the 10th anniversary of Kubernetes. Here are the key takeaways and highlights from the conference.

Feature Friday #7: depends_on

Ever wanted to make sure a promise only runs if some other promise has succeeded? Consider this contrived example with two reports type promises, It's Friday! and I love CFEngine Feature Friday. Per normal ordering1, these two promises will be emitted in the written order. /tmp/feature-friday-7.cf command output If we want them in the opposite order, we could either change the order or define classes based on the results of the promises.