class Doctrine implements IntegrationInterface

This class handles instrumenting the Doctrine ORM queries using the opencensus extension.

Example:

use OpenCensus\Trace\Integrations\Doctrine;

Doctrine::load();

Methods

static 
load()

Static method to add instrumentation to Doctrine ORM calls

Details

at line 38
static load()

Static method to add instrumentation to Doctrine ORM calls