14 ms·
Yup. Not a difficult problem to solve. In the code define everything as a span with a name, scope (start-end), description and tags... and then you can easily
by fallingbananna 26d ago
Yup. Not a difficult problem to solve.
In the code define everything as a span with a name, scope (start-end), description and tags... and then you can easily dynamically produce traces, spans, logs or metrics based on what you need.
- TylerE 26d agoAt some point your monitoring is burning 10x as much CPU as the actual task...