Metrics
The following document describes how the metrics can be emitted through registry
{
"eid": "ADD", //operationType
"ets": 1678958110872,
"ver": "3.1",
"mid": "abc-123", //message id
"actor": {
"id": "123", // userId of creator or anonymous
"type": "User"
},
"context": {
"channel": "sunbird-rc-core",
"env": "dev"
},
"object": {
"id": "xyz-123",
"type": "Student"
},
"edata": {
"identityDetails": {
"fullName": "kevin",
"dob": "XX-XX-XX94",
"identityHolder": {
"type": "XXXXport",
"value": "XXX741"
}
},
"contactDetails": {
"email": "[email protected]",
"mobile": "XXXXXX6789",
"address": {
"plot": "XX",
"street": "XXXnue"
}
},
"guardianDetails": {
"fullName": "John",
"relation": "Father"
}
}
}- Kafka based
- File Based

Last updated