Troubleshooting CORS Errors in Offsite API Calls
In this article, I’ll clear up the confusion around Cross-Origin Resource Sharing (CORS), specifically discussing preflight requests, which are the bane of engineers everywhere....
The power of asking questions
This is a guest post by Vlad Ionescu. Vlad Ionescu jokingly describes himself as a "Professional mistake avoider" which is a better way of saying...
OnCallogy Sessions
Being on call is challenging. It’s signing up to be operating complex services in a totally interruptible manner, at all hours of the day or...
Ask Miss O11y: Pls ELI5 TLAs like PRO, SRE, and SLOs!
Dear Miss O11y, I'm confused by all of the Three Letter Acronyms (TLAs) that have started popping up lately. This week, I got an email...
Top 5 Takeaways From GDC 2022
The Game Developers Conference (GDC) is a yearly event that brings together leading brands in the gaming industry to talk about trends in development and...
Honeycomb Pro: Now With Metrics & SLOs
Honeycomb Pro is about to get even better. Starting today, all Pro accounts have access to Honeycomb Metrics and two Service Level Objectives (SLOs), previously...
A Better Environment for Observability, at Your Service
We’ve made some big changes under the hood at Honeycomb to give you better control over how you put your apps data to work—we’ve expanded...
Ask Miss O11y: Do I Need Observability If My Stack Is Boring?
Observability came out of microservices and cloud-native, right? If you have a simpler architecture, does o11y matter?” — this question came up during recent office...
Honeycomb OpenTelemetry Distro for Java reaches 1.0 release
Today, the Honeycomb OpenTelemetry Distribution for Java reaches a major milestone with a 1.0 release. This is the first Honeycomb OTel Distro to come out...
startSpan vs. startActiveSpan
TL;DR: startSpan is easier and measures a duration. Use it if your work won’t create any subspans. startActiveSpan requires that you pass a callback for...
Honeycomb Terraform Provider Now Officially Supported by Honeycomb
Previously announced as a community-led project, the Terraform provider for Honeycomb is now officially maintained by Honeycomb in partnership with Hashicorp. We recognize how valuable...
On the Brittleness of Dashboards
Dashboards are one of the most basic and popular tools software engineers use to operate their systems. In this post, I'll make the argument that...
Ask Miss O11y: Making Sense of OpenTelemetry: Who’s There? The Resource.
I’m adding instrumentation code to my app. To set it up, I have to create a Resource. What does that mean? What can I do...