📄
Nibble
📄
Nibble
📄
Nibble
📄
Nibble
Documentation
Introduction
About
Key concepts
Getting started
Query language
About
Tutorial
Specification
API
About
Tutorial
Specification
status
post
get since
get range
get latest
get earliest
get last
get first
delete since
delete range
names
stats
length
memory length
disk length
index length
sync
host list
host count
host add
host remove
Scaling
About
Tutorial
Contact
disk length
get
/disk/length
http://localhost:8000/ts/:id/disk/length
This endpoint allows you to retrieve the length on disk of a time series.
Request
Response
Request
Path Parameters
id
required
string
id of time series (can contain comma separated list of ids)
Response
200: OK
JSON response
{
"length": 2
}
Example
Example
curl http://localhost:8000/ts/sensor1/disk/length
Previous
memory length
Next
index length
Last updated
7 months ago