Table of Contents
Interfaces
- SpanExporterFactoryInterface
Constants
-
DEFAULT_COMPRESSION
= 'none'
Properties
-
$transportFactory
: TransportFactoryInterface|null
Methods
-
__construct()
: mixed
-
create()
: SpanExporterInterface
-
logDebug()
: void
-
logError()
: void
-
logInfo()
: void
-
logNotice()
: void
-
logWarning()
: void
-
buildTransport()
: TransportInterface
-
doLog()
: void
-
getCompression()
: string
-
getEndpoint()
: string
-
getProtocol()
: string
-
getTimeout()
: float
-
shouldLog()
: bool
DEFAULT_COMPRESSION
private
mixed
DEFAULT_COMPRESSION
= 'none'
__construct()
public
__construct([TransportFactoryInterface|null $transportFactory = null ]) : mixed
Parameters
-
$transportFactory
: TransportFactoryInterface|null
= null
-
create()
public
create() : SpanExporterInterface
-
psalm-suppress
-
logDebug()
protected
static logDebug(string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
-
$message
: string
-
-
$context
: array<string|int, mixed>
= []
-
logError()
protected
static logError(string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
-
$message
: string
-
-
$context
: array<string|int, mixed>
= []
-
logInfo()
protected
static logInfo(string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
-
$message
: string
-
-
$context
: array<string|int, mixed>
= []
-
logNotice()
protected
static logNotice(string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
-
$message
: string
-
-
$context
: array<string|int, mixed>
= []
-
logWarning()
protected
static logWarning(string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
-
$message
: string
-
-
$context
: array<string|int, mixed>
= []
-
buildTransport()
private
buildTransport() : TransportInterface
-
psalm-suppress
-
-
psalm-suppress
-
doLog()
private
static doLog(string $level, string $message, array<string|int, mixed> $context) : void
Parameters
-
$level
: string
-
-
$message
: string
-
-
$context
: array<string|int, mixed>
-
getCompression()
private
getCompression() : string
getEndpoint()
private
getEndpoint(string $protocol) : string
Parameters
-
$protocol
: string
-
getProtocol()
private
getProtocol() : string
getTimeout()
private
getTimeout() : float
shouldLog()
private
static shouldLog(string $level) : bool
Parameters
-
$level
: string
-