OpenTelemetry PHP

ProfilesServiceClient extends BaseStub
in package

Service that can be used to push profiles between one Application instrumented with OpenTelemetry and a collector, or between a collector and a central collector.

Table of Contents

Methods

__construct()  : mixed
Export()  : UnaryCall

Methods

__construct()

public __construct(string $hostname, array<string|int, mixed> $opts[, Channel $channel = null ]) : mixed
Parameters
$hostname : string

hostname

$opts : array<string|int, mixed>

channel options

$channel : Channel = null

(optional) re-use channel object


        
On this page

Search results