Suggested data structure for logging
22 November, 2021Structured logging (typically with JSON) instead of plain text is pretty much required if you want to use log for anything useful besides…
Structured logging (typically with JSON) instead of plain text is pretty much required if you want to use log for anything useful besides…
There's often a couple of Raspberry Pi laying around, or an old laptop. Let's make it into a status screen, that'll show any URL on boot…
There's system logs and there's application logs. System logs are quite similar across different services. HTTP servers typically include…
I have a Java app that runs on an regular Linux (EC2) instance, and logs to some folder on that machine. What I want is for Slack to be…
I have a few servers on AWS. Some information on those, e.g. high load, would be nice to be notified of. Preferably on Slack. How do I do…
Monitor-driven or Metric-driven development (MDD). It's becoming more and more relevant parallell with continuous delivery, devops etc, and…