Tag: observability
-
Tests are an observability concern
The first thing I do when I encounter a strange code base is run the test suite. I do this because I can get an idea of: I’ve heard a lot about the benefits of test suites, even in the context of articles that are against TDD (test-driven development). For instance: And conversely, the negatives:…
-
Contributing to the Vector Remap Language
I’ve been looking for a job doing Rust development and one of the places I applied to was Vector, a DataDog acquisition in the observability space. Observability is one of those terms I had yet to encounter seriously before starting this search, so for the uninitiated: …observability is the ability to measure a system’s current…