rmdmattingly commented on PR #5335:
URL: https://github.com/apache/hbase/pull/5335#issuecomment-1659144554
OnlineLogRecord toJson example:
```json
{
"startTime": 1690836447064,
"processingTime": 1,
"queueTime": 1,
"responseSize": 4,
"blockBytesScanned": 0,
"clientAddress": "127.0.0.1:49570",
"serverClass": "HRegionServer",
"methodName": "Get",
"callDetails":
"Get(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos$GetRequest)",
"param": "region\u003d
doot,,1690823041624.08b6ff7707ce046b301ab2c397ea8060., row\u003d 0",
"userName": "rmattingly",
"requestAttributes": {
"attributeType": "requestAttribute",
"another": "one",
"correlationId": "123"
}
}
```
Operation Details UI update example:
<img width="443" alt="Screenshot 2023-07-31 at 4 47 49 PM"
src="https://github.com/apache/hbase/assets/21689053/ec26f7ab-843c-4f27-bb69-a328beb1ace1">
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]