swiss_schema icon indicating copy to clipboard operation
swiss_schema copied to clipboard

Emit telemetry events on IO

Open joeljuca opened this issue 7 months ago • 0 comments

There are multiple SwissSchema functions that perform IO calls, database accesses that, in turn, translate to file system and/or network calls. These things are often the reason of performance bottlenecks and are definitely an important part to keep an eye on when the overall system performance is important.

This issue is about extending the current SwissSchema behaviour to emit, by default, telemetry events that can be captured by Erlang libraries and/or OpenTelemetry.

joeljuca avatar Jul 17 '24 02:07 joeljuca