Get histogram for namespace with precomputed stats
GET
/v1/stats/namespace/series/{id}/{name}/{timeframe}Last modified: 3 months ago
Get histogram for namespace with precomputed stats by series name and timeframe
Request
Path Params
id
string
required
Namespace id in hexadecimal
>= 56 characters<= 56 characters
Example:
0000000000000000000000000000000000000000b32b8afff6f3dabb
timeframe
enum<string>
required
Timeframe
Allowed values:
hourdayweekmonthyear
Example:
hour
name
enum<string>
required
Series name
Allowed values:
pfb_countsize
Example:
pfb_count
Query Params
from
integer
optional
Time from in unix timestamp
Example:
1727523000
to
integer
optional
Time to in unix timestamp
Example:
1727524000
Request samples
Responses
OK(200)
Bad Request(400)
Internal Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/2465256)[]
optional
#/definitions/2465256
optional
Example
Not configured
Last modified: 3 months ago