Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

Evil in Automation: A Haunting Tale This Halloween

In the spirit of Halloween, imagine a world where goblins, ghosts, and ghastly waits lurk in the shadows of your website monitoring. In the world of automation, nothing is more terrifying than the sneaky presence of ‘waits’. They may seem harmless and solve problems in the short term but in reality, they can distort the very essence of monitoring.

PromCon Recap: Unveiling Perses, the GitOps-Friendly Metrics Visualization Tool

In the vibrant atmosphere of PromCon during the last week of September, attendees were treated to a plethora of exciting updates from the Prometheus universe. A significant highlight of the event has been the unveiling of the Perses project. With its innovative approach of dashboard as code, GitOps, and Kubernetes native features, Perses promises a revolutionary experience for Prometheus users, which gained a lot of traction at the conference.

Effortless Engineering: Quick Tips for Crafting Prompts

Large Language Models (LLMs) are all the rage in software development, and for good reason: they provide crucial opportunities to positively enhance our software. At Honeycomb, we saw an opportunity in the form of Query Assistant, a feature that can help engineers ask questions of their systems in plain English.

Elastic's contribution: Invokedynamic in the OpenTelemetry Java agent

As the second largest and active Cloud Native Computing Foundation (CNCF) project, OpenTelemetry is well on its way to becoming the ubiquitous, unified standard and framework for observability. OpenTelemetry owes this success to its comprehensive and feature-rich toolset that allows users to retrieve valuable observability data from their applications with low effort. The OpenTelemetry Java agent is one of the most mature and feature-rich components in OpenTelemetry’s ecosystem.

Sponsored Post

Microsoft Windows 365 on VMware Horizon Cloud

The world of virtualization has been evolving at a rapid pace, transforming the way organizations manage and deliver desktop computing solutions. Windows 365, Microsoft's cloud-based operating system, is a game-changer in this space. Combined with VMware Horizon Cloud, it opens up a world of possibilities for businesses seeking flexibility, scalability, and enhanced security in their desktop infrastructure. In this blog post, we'll explore the synergy between Windows 365 and VMware Horizon Cloud, showcasing the benefits and features of this powerful combination.

Stream your Google Cloud logs to Datadog with Dataflow

IT environments can produce billions of log events each day from a variety of hosts and applications. Collecting this data can be costly, often resulting in increased network overhead from processing inefficiencies and inconsistent ingestion during major system events. Google Cloud Dataflow is a serverless, fully managed framework that enables you to automate and autoscale data processing.

Head Based Sampling using the OTEL Collector

This is part three in a series where I learn OpenTelemetry (OTEL) from scratch. If you haven't yet seen them yet, part 1 is about setting up auto-instrumented tracing for Node.js and part 2 is where I initially implemented the OTEL collector. Today we are going to begin experimenting with sampling. We need to sample traces because we capture so much data! It would be impractical to process and store it all (in most cases).