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