Remix.run Logo
jiggawatts 2 months ago

If the logs and traces contain enough info to reproduce the metric, then you don't need a separate metric! That's basically the point here: you can derive arbitrary metrics from wide logs.

valyala 2 months ago | parent [-]

You can't derive system metrics such as the usage of CPU, RAM, disk IO, disk space and network, from wide events.

algorithmsRcool 2 months ago | parent [-]

Well, I could just enrich the trace/event with sample data from CPU, RAM, Disk I/O, etc...