1
0
Fork 0
telegraf/plugins/inputs/ravendb/testdata/collections_min.json
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

19 lines
397 B
JSON

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