This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Open
Description
we're observing a memory bloat with PDO's instrumentation handleStatementExecute
method .
If I comment out the following line, which does the instumentation, memory bloat disappears.
opencensus_trace_method('PDOStatement', 'execute', [static::class, 'handleStatementExecute']);
Metadata
Assignees
Labels
No labels