Flow PHP

SemConvMetrics

FinalYes

Official OpenTelemetry semantic convention metric names emitted by Flow instrumentations.

Flow-specific metrics use the flow. prefix and are named in the packages that emit them.

Constants

DB_CLIENT_OPERATION_DURATION  : string = 'db.client.operation.duration'
DB_CLIENT_RESPONSE_RETURNED_ROWS  : string = 'db.client.response.returned_rows'
MESSAGING_CLIENT_CONSUMED_MESSAGES  : string = 'messaging.client.consumed.messages'
MESSAGING_CLIENT_SENT_MESSAGES  : string = 'messaging.client.sent.messages'
MESSAGING_PROCESS_DURATION  : string = 'messaging.process.duration'

Constants

DB_CLIENT_RESPONSE_RETURNED_ROWS

public string DB_CLIENT_RESPONSE_RETURNED_ROWS = 'db.client.response.returned_rows'

MESSAGING_CLIENT_SENT_MESSAGES

public string MESSAGING_CLIENT_SENT_MESSAGES = 'messaging.client.sent.messages'

MESSAGING_PROCESS_DURATION

public string MESSAGING_PROCESS_DURATION = 'messaging.process.duration'
On this page

Search results