How deal with big trace which can be divise in OpenTelemetry?
I have a worker, which call a function foo
every x secs.
I would like to trace every call of this function foo
, to monitoring how things go to each call.
I have a worker, which call a function foo
every x secs.
I would like to trace every call of this function foo
, to monitoring how things go to each call.