This endpoint simply lists the names of implemented aggregation functions used in timeseries queries.
This endpoint does not require any parameters via query string or body.
Query String
http://localhost:4242/api/aggregators
The response is an array of strings that are the names of aggregation functions that can be used in a timeseries query.
[
"min",
"sum",
"max",
"avg",
"dev"
]