1
0
Fork 0
telegraf/plugins/inputs/ravendb/testdata/collections_min.json

20 lines
397 B
JSON
Raw Normal View History

{
"PublicServerUrl": null,
"NodeTag": "A",
"Results": [
{
"DatabaseName": "db1",
"Collections": [
{
"CollectionName": "Orders",
"DocumentsCount": 830,
"TotalSizeInBytes": 2744320,
"DocumentsSizeInBytes": 868352,
"TombstonesSizeInBytes": 122880,
"RevisionsSizeInBytes": 1753088
}
]
}
]
}