Name | Description |
---|---|
_id ObjectId | The stat object identifier |
starting | The starting time for this stat time frame. |
ending | The ending time for this stat time frame. |
org | The org that this stat lives in |
object | The object name (stat) |
code | The number that determines what kind of event this stat instance is representing. |
count | How many times this stat event has occurred in the time frame. |
size | The size of the file or document stored. Used for code 2 stats. |
total | Similar to count but used for different stat codes. |
s_source | Storage source name (e.g. account) |
s_object | Storage object name (e.g. account) |
s_type | Storage type name |
s_property | Storage property name |
today | |
active | |
location | 1 if data stored to Medable |
method | GET: 0 |
api | The api endpoint that was called |
client | The object id of the app that's issuing the request, if defined. (relevant only for request stats) |
ms | The total number of milliseconds it took to complete this task |
in | The total number of bytes in |
out | The total number of bytes out |
errs | The number of errors |
scriptId | The script identifier |
scriptType | Script type (like "route", "trigger", etc) |
callouts | Total number of HTTP callouts used in the script |
calloutsMs | Total milliseconds of HTTP callouts in the script |
ops | Number of operations used in the script |
notifType | The notification object identifier. A notification might be a standard or custom one defined in the |
notifEndpoint | The notification endpoint identifier. Each notification might have an email, sms, or push endpoint. |
{
"_id": "575f58bfa588cb8881e49833",
"api": "",
"client": null,
"code": 0,
"count": 1,
"ending": "2016-06-14T01:59:59.999Z",
"in": 0,
"location": 1,
"method": 0,
"ms": 22,
"object": "stat",
"org": "575f58271d0c03a53ccc3840",
"out": 2871,
"starting": "2016-06-14T01:00:00.000Z"
}