class PDO implements IntegrationInterface

This class handles instrumenting PDO requests using the opencensus extension.

Example:

use OpenCensus\Trace\Integrations\PDO;

PDO::load();

Methods

static 
load()

Static method to add instrumentation to the PDO requests

Details

at line 37
static load()

Static method to add instrumentation to the PDO requests