vultr / govultr

Vultr Go API client
MIT License
230 stars 56 forks source link

Add support for Managed Database usage endpoint #282

Closed christhemorse closed 9 months ago

christhemorse commented 9 months ago

Description

This PR implements support for the new Vultr API /usage endpoint for Managed Databases. It breaks up disk usage information (current/max/percentage) and memory/CPU usage details with the current values for the latter two reflecting an average over the last hour.

Checklist: