GET /v2/databases/{databaseId}/metrics — Database Metrics
Fetch time-series performance metrics for a Virtus Cloud database, including CPU, RAM, and network usage recorded at 5-minute intervals.
Use this endpoint to retrieve historical performance metrics for a specific database. The response contains a time-ordered array of data points sampled at 5-minute intervals, covering CPU utilization, RAM consumption, and cumulative network traffic. Use these metrics to identify trends, diagnose performance issues, or feed your own monitoring dashboards.
A two-element array representing cumulative network traffic in bytes: [bytes_in, bytes_out]. The first element is inbound traffic and the second is outbound.