OpenTelemetry PHP

InstrumentType
in package

FinalYes

Instrument type.

Has to be type-hinted as string|InstrumentType to be forward compatible.

Table of Contents

Constants

ASYNCHRONOUS_COUNTER  = 'AsynchronousCounter'
ASYNCHRONOUS_GAUGE  = 'AsynchronousGauge'
ASYNCHRONOUS_UP_DOWN_COUNTER  = 'AsynchronousUpDownCounter'
COUNTER  = 'Counter'
GAUGE  = 'Gauge'
HISTOGRAM  = 'Histogram'
UP_DOWN_COUNTER  = 'UpDownCounter'

Methods

__construct()  : mixed

Constants

ASYNCHRONOUS_COUNTER

public mixed ASYNCHRONOUS_COUNTER = 'AsynchronousCounter'

ASYNCHRONOUS_GAUGE

public mixed ASYNCHRONOUS_GAUGE = 'AsynchronousGauge'

ASYNCHRONOUS_UP_DOWN_COUNTER

public mixed ASYNCHRONOUS_UP_DOWN_COUNTER = 'AsynchronousUpDownCounter'

Methods


        
On this page

Search results