Basically, there is some quota each day for using YouTube Data API v3. Posting a video costs 1600 units. Getting some information about a video cost 1 unit.
I want to check how many units of quota I have used today by the means of monitoring API of the Google Cloud platform.
However, the YouTube Data API is not covered in the documentation of cloud monitoring API.
Does anybody know how to achieve this?