mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
10 lines
210 B
Plaintext
10 lines
210 B
Plaintext
{% stripspace %}
|
|
SeriesCountResponse generates response for /api/v1/series/count .
|
|
{% func SeriesCountResponse(n uint64) %}
|
|
{
|
|
"status":"success",
|
|
"data":[{%dl int64(n) %}]
|
|
}
|
|
{% endfunc %}
|
|
{% endstripspace %}
|