mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
10 lines
207 B
Text
10 lines
207 B
Text
|
{% stripspace %}
|
||
|
SeriesCountResponse generates response for /api/v1/series/count .
|
||
|
{% func SeriesCountResponse(n uint64) %}
|
||
|
{
|
||
|
"status":"success",
|
||
|
"data":[{%d int(n) %}]
|
||
|
}
|
||
|
{% endfunc %}
|
||
|
{% endstripspace %}
|