You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: