Stats
Monitor your Endpoint's performance. Check the number of requests sent, their status, and the total time dedicated to AI calculations (for which you are billed). You can review this on a daily, monthly, or yearly basis.
Daily
To check daily results, use the endpoint below:
https://api.modelserve.ai/api/v1/cluster-stats/metrics/daily?cluster_id=X&date_from=2023-12-01&date_to=2023-12-31
Required parameters in the URL:
cluster_id
- unique ID of endpointdate_from
- start of period (format: RRRR-MM-DD)date_to
- end of period (format: RRRR-MM-DD)
Monthly
To check daily results, use the endpoint below:
https://api.modelserve.ai/api/v1/cluster-stats/metrics/monthly?cluster_id=X&date_from=2023-12-01&date_to=2023-12-31
Required parameters in the URL:
cluster_id
- unique ID of endpointdate_from
- start of period (format: RRRR-MM-DD)date_to
- end of period (format: RRRR-MM-DD)
Yearly
To check daily results, use the endpoint below:
https://api.modelserve.ai/api/v1/cluster-stats/metrics/yearly?cluster_id=X&date_from=2023-12-01&date_to=2023-12-31
Required parameters in the URL:
cluster_id
- unique ID of endpointdate_from
- start of period (format: RRRR-MM-DD)date_to
- end of period (format: RRRR-MM-DD)
Remember to replace the "Bearer X" with your real Access Token. Where to find your Access Token (Bearer)? Learn more in the 🚀 Quickstart section.