class Eloquent implements IntegrationInterface

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

Example:

use OpenCensus\Trace\Integrations\Eloquent;

Eloquent::load();

Methods

static 
load()

Static method to add instrumentation to Eloquent ORM calls

Details

at line 39
static load()

Static method to add instrumentation to Eloquent ORM calls