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

26 lines
562 B
JSON
Raw Permalink Normal View History

{
"PublicServerUrl": null,
"NodeTag": "A",
"Results": [
{
"DatabaseName": "db1",
"Indexes": [
{
"IndexName": "Product/Rating",
"Priority": "Normal",
"State": "Normal",
"Errors": 0,
"TimeSinceLastQueryInSec": null,
"TimeSinceLastIndexingInSec": null,
"LockMode": "Unlock",
"IsInvalid": false,
"Status": "Running",
"MappedPerSec": 102.34,
"ReducedPerSec": 593.23,
"Type": "MapReduce"
}
]
}
]
}