Index | About | Me | Jump to Menu Section

Monitoring tools or frameworks to build monitoring tools

Last modified: Thu Apr 07 2022 08:45:09 GMT+0000 (Coordinated Universal Time)

Ideas / random

Time series/other databases

Handling Data

Events

“In contrast to metrics, events are snapshots of what happened at a particular point-in-time.” from https://learning.oreilly.com/library/view/observability-engineering/9781492076438/

Twitter thread (by me)

Still on this, you may literally emit an Event using a library or you can log a line at the end of the work (e.g. if it’s a webserver just before sending the response to the user) with all the information of the Event.

So if you are using Splunk to filter the logs you can search for that line (e.g. RequestAPIEvent) and you will find all the information you need. Splunk also has great features in its language that helps you to extract the information you need from that line 😃

(source https://twitter.com/elias_era/status/1483858337640894464)

Possible Databases

Traces

My personal projects