This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
We’ve had the same question here:
I would recommend going over the accepted answer, mainly around the crucial part where you need to pass the time frame that you want to get the CPU usage for by defining the
start
andend
parameters.start
: Timestamp to start metric window. Example:start=1620683817
end
: Timestamp to end metric window. Example:end=162070541
- Bobby
PS: Join the DigitalOcean community on Discord for more help and discussions: https://discord.gg/digitalocean
I have followed all the steps mentioned on the official documentation, Still I am getting an empty response.