AI’s Impact on Cloud-Native at KubeCon 2023
Cloud-native developers and practitioners gathered from around the world to learn, collaborate, and network at KubeCon/CloudNativeCon North America 2023 between November 6th and 9th at...
Top Posts
-
Debugging
Customer Stories
ShipHero's Observability Journey to Seamless Software Debugging
-
Culture
Conferences & Meetups
KubeCon NA 2023: What a Conference!
-
OpenTelemetry
Debugging
A Practical Guide to Debugging Browser Performance With OpenTelemetry
-
OpenTelemetry
Observability
Observability Is About Confidence
Event-Driven Instrumentation in Go is Easy and Fun
One of many things I like about Go is how easy it is to instrument code. The built-in expvar package and third-party libraries such as...
Tell me more, nginx
When the cool kids talk about interesting log data, no one seems to want to talk about nginx. Web servers are the workhorses of the...
Is Honeycomb a monitoring tool?
You may notice that we don’t talk about “monitoring” much, and that’s because we don’t really think of monitoring as what we do, even though...
Instrumentation: system calls: an amazing interface for instrumentation
When you’re debugging, there are two basic ways you can poke at something. You can: create new instrumentation (like “adding print statements”) use existing instrumentation...
Instrumentation: What does 'uptime' mean?
This is the second post in our second week on instrumentation. Want more? Check out the other posts in this series. Ping Julia or Charity...
Instrumentation: Instrumenting HTTP Services
Welcome to the second week of our blog post series on instrumentation, curated by Julia and Charity. This week will focus more on operational and...
How Honeycomb Uses Honeycomb, Part 3: End-to-End Failures
At Honeycomb, one of our foremost concerns (in our product as well as our customers’) is reliability. To that end, we have end-to-end (e2e) checks...
Instrumentation: Worst case performance matters
This is the fifth in a series of guest posts about instrumentation. Like it? Check out the other posts in this series. Ping Julia or...
Instrumentation: Measuring Capacity Through Utilization
This is the second in a series of guest posts about instrumentation. Like it? Check out yesterday’s piece on the first four things you measure....
Honeycomb Triggers - Alert on your Data
We’re happy to announce the launch of Honeycomb Triggers—a method to get notifications when the data you send in to Honeycomb crosses configured thresholds. We’d...
Instrumentation: The First Four Things You Measure
Note: this is the first in a series of guest posts about best practices and stories around instrumentation. Like it? Check out the other posts...
The Problem with Pre-aggregated Metrics: Part 3, the "metrics"
This is the third of three posts focusing on the limitations of pre-aggregated metrics. The first one explained how, by pre-aggregating, you’re tightly constrained when...