Using Serverless and ARM64 for Real-Time Observability
Updated on October 2, 2023

Liz Fong-Jones
Field CTO, Honeycomb.io
Loading...

This video is currently available only for GOTO Copenhagen 2023
attendees.
Click to enter password.
In this talk, you will learn how a sub-second latency query engine inspired by Facebook's Scuba was extended from running in RAM only, to querying the most recent data that could still fit on local SSD, to querying months of data at a time using cloud object storage and serverless functions.
We'll describe the pitfalls of managing AWS Lambda at scale, including impatience, maximum concurrency, runtime and hardware architecture configuration/experimentation, and the price/performance of renting tens of thousands of parallel workers.
Related