We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The control panel can display metrics (CPU usage, memory usage, ...). We should add this support for the CLI too.
The text was updated successfully, but these errors were encountered:
When working on it, please use samples fields as values are deprecated:
samples
values
"GetMetricsReply.Metric": { "type": "object", "properties": { "labels": { "type": "object", "additionalProperties": { "type": "string" } }, "values": { "type": "array", "items": { "type": "array", "items": { "type": [ "string", "number" ] } } }, "samples": { // <---- Use this "type": "array", "items": { "$ref": "#/definitions/Sample" } } }
Sorry, something went wrong.
Add koyeb metrics get, closes #162
435c811
99a852a
No branches or pull requests
The control panel can display metrics (CPU usage, memory usage, ...). We should add this support for the CLI too.
The text was updated successfully, but these errors were encountered: