class Postgres implements IntegrationInterface

This class handles instrumenting postgres requests using the opencensus extension.

Example:

use OpenCensus\Trace\Integrations\Postgres;

Postgres::load();

Methods

static 
load()

Static method to add instrumentation to the postgres requests

Details

at line 37
static load()

Static method to add instrumentation to the postgres requests