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

20 lines
416 B
JSON
Raw Normal View History

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