OpenTelemetry PHP

StatusCode

Tags
see
https://github.com/open-telemetry/opentelemetry-specification/blob/v1.6.1/specification/trace/api.md#set-status

Table of Contents

Constants

STATUS_ERROR  = 'Error'
STATUS_OK  = 'Ok'
STATUS_UNSET  = 'Unset'

Constants

STATUS_ERROR

public mixed STATUS_ERROR = 'Error'

STATUS_UNSET

public mixed STATUS_UNSET = 'Unset'

        
On this page

Search results