Attribute | Type | Description | Examples |
---|---|---|---|
com.microfocus.es.cics.eibfn | string | CICS EIBFN as hex and human readable format. | x'0E08' (RETURN) ; x'7404' (SIGNOFF) |
com.microfocus.es.cics.eibresp | int | CICS EIBRESP code. | 16 |
com.microfocus.es.cics.eibresp2 | int | CICS EIBRESP2 code. Provided if EIBRESP is non 0. | 1 |
com.microfocus.es.cics.eibrcode | string | CICS EIBRCODE as hex. | x'100000000000' |
com.microfocus.es.cics.eibrsrce | string | CICS EIBRSRCE as hex and displayed if printable ASCII. | x'444F434352454154' (DOCCREAT) |
com.microfocus.es.dca.type | string | The type of the process DCA. | Server ; IMS MPR ; Admin SEP |
com.microfocus.es.hydra.request.command | string | Incoming request command using the hydra interface. | converse ; send |
com.microfocus.es.hydra.request.conv_type | string | Incoming request conversation type using the hydra interface. | mfbinp ; tn3270 ; cwi |
com.microfocus.es.instance.name | string | Name of the enterprise server region. | ESDEMO64 |
com.microfocus.es.ims.tm.command | string | IMS Transaction Manager Command. | SIGN ; DISPLAY |
com.microfocus.es.nls.message.content | string | Content of the NLS message. | OpenTelemetry support is enabled |
com.microfocus.es.nls.message.id | string | 10-character NLS message identifier. | CASSI9054I |
com.microfocus.es.nls.message.severity | int | NLS message severity ranging 1 to 5 where 1 is INFO and 5 is FATAL. | |
com.microfocus.es.pac.name | string | Name of the Performance and Availability Cluster (PAC). | MYPAC |
com.microfocus.es.pac.uuid | string | The enterprise server region's unique identifier within the Performance and Availability Cluster (PAC). | 7260282F483B254D233C5620316B4E72 |
com.microfocus.es.program.entry | string | Entry point within the program. Provided if different to program name. | example_entry |
com.microfocus.es.program.name | string | Name of the program executable. | dfhzai |
com.microfocus.es.task.number | int | Unique task number for an active task. | 4; 99999 |
com.microfocus.es.transaction.id | string | CICS or IMS transaction identifier as hex and human readable format. | x'FEFFFFFF' (terminal_autoinstall) ; x'4357584E' (CWXN) |
com.microfocus.es.terminal.id | string | 4-byte terminal identifier. | A000 |
com.microfocus.es.terminal.netname | string | 8-byte terminal network name. | NETA000 |
com.microfocus.es.user.group | string | Enterprise Server user group. | SYSADM |
com.microfocus.es.user.name | string | Enterprise Server user short name. | SYSAD |
Click here for more information on attributes from the OpenTelemetry Semantic Conventions.