curl --location --request GET 'http://localhost:9090/api/v1/status/tsdb'{
"status": "string",
"data": {
"seriesCountByMetricName": [
{
"name": "string",
"value": 0
}
],
"labelValueCountByLabelName": [
{
"name": "string",
"value": 0
}
],
"memoryInBytesByLabelName": [
{
"name": "string",
"value": 0
}
],
"seriesCountByLabelValuePair": [
{
"name": "string",
"value": 0
}
]
}
}