OpenTelemetry PHP

Signals

Table of Contents

Constants

LOGS  = 'logs'
METRICS  = 'metrics'
SIGNALS  = [self::TRACE, self::METRICS, self::LOGS]
TRACE  = 'trace'

Constants

METRICS

public string METRICS = 'metrics'

SIGNALS

public array<string|int, string> SIGNALS = [self::TRACE, self::METRICS, self::LOGS]

        
On this page

Search results