Comment on page
Get Aggregates
get
http://localhost:8070/v1/aggregates
This API will emit the aggregates of events that occurred in the specified time period. Time period can be configured in the metrics service using configurations
Parameters
No parameters
Responses
200: OK
Object with aggregates over the period of configured time. Eg {schema: {add: 3, delete: 1}}}
Last modified 5mo ago