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

26 lines
590 B
JSON
Raw Normal View History

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