Ask HN: Best resources to learn about software observability

8 points by siddharthgoel88 ↗ HN
I want to learn about software monitoring and observability but not able to find many good resources to learn about it. I want to learn it's concepts, what to do, what not to do, how to setup from an existing software, etc.

Looking for some good recommendations.

4 comments

[ 3.3 ms ] story [ 20.6 ms ] thread
Not exactly a getting started guide, but if you want to learn about Prometheus and PromQL, I've recently made a tool to spin up an instance and send fake metrics data to it: https://github.com/pb82/prometheus-toolbox

This sets you up to play around and learn PromQL.

I'd recommend reading content by copyconstruct on their medium blog and also content by Honeycomb and it's CEO/CTO. Lots of first principles content that you can learn and apply to any system.

Once you're familiar with the basics, you can pickup some docs/videos around OpenTelemetry to read about how it is done in the real world. Pretty much all obs systems today have otel support.