Honeycomb has acquired Grit!

Developer Week Europe 2021

Thank you for reaching out!

Please download slides here.

Check out our recent blog posts

Reporting CSP Errors in Honeycomb With the OpenTelemetry Collector
Reporting CSP Errors in Honeycomb With the OpenTelemetry Collector

The HTTP Content-Security-Policy response header is used to control how the browser is allowed to load various content types. It is used to control which URLs, fonts, images, scripts, and more can be loaded...

The Guide to Kubernetes Debugging
The Guide to Kubernetes Debugging

Kubernetes is widely used for deploying, scaling, and managing systems and applications and is an industry standard for container orchestration. Google engineers originally developed Kubernetes as an open-source project. Its first release was in September 2014, and since then, it has matured into a graduate project maintained by the Cloud Native Computing Foundation (CNCF). With the complexities of scale and distributed systems, debugging in Kubernetes environments can be difficult. 

Building a Simple Synthetic Monitor with OpenTelemetry
Building a Simple Synthetic Monitor With OpenTelemetry

In this post, I’ll cover what synthetic monitoring is and show an example of how you can create a simple monitor using OpenTelemetry, .NET, and an Azure function. If you only want to see how it’s built, skip ahead to building a synthetic monitor.