Tracing: Structured logging, but better
andydote.co.uk
Tracing: Structured logging, but better
1–10 of 130 posts
Re: Tracing: Structured logging, but better
#2Here's this log of every frame of compute going on, plus data or metadata about the frame.... but afaik we have yet to start using the same stream of computation for business processes as we do for it's excellent observability.
Re: Tracing: Structured logging, but better
#3Note to author: all but the last code block have a very odd mixture of rather large font sizes (at least on mobile) which vary line to line that make them pretty difficult to read.
Also the link to "Observability Driven Development." was a blank slide deck AFAICT
Re: Tracing: Structured logging, but better
#4Re: Tracing: Structured logging, but better
#5Re: Tracing: Structured logging, but better
#6Re: Tracing: Structured logging, but better
#7Logging is essential for security. I think tracing is wonderful and so are metrics. I see these as more of a triad for observability.
Re: Tracing: Structured logging, but better
#8On my side I have opted to mixed structured/text, a generic message that can be easily understood while glancing over logs, and a data object attached for more details.
Re: Tracing: Structured logging, but better
#9Tracing is much more actionnable but barely usable without a platform. Which makes local programming dependent on third party. Also it requires passing context or have a way to get back the context in every function that requires it, which can be daunting. On my side I have opted to mixed structured/text, a generic message that can be easily understood while glancing over logs, and a data object attached for more det…
Re: Tracing: Structured logging, but better
#10Logging is essential for security. I think tracing is wonderful and so are metrics. I see these as more of a triad for observability.
Indeed, the three legs (metrics, logs, traces) of OpenTelemetry's telescope. https://opentelemetry.io