-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
SDK doesn't implement MetricsData retrieval #31
Labels
enhancement
New feature or request
Comments
You are right. The SDK does not implement clients for REST-based APIs. |
Sorry, I don't have time to implement this support myself, but here is the code I ended up using:
Usage:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that SDK only implements gRPC endpoints, but YandexCloud has only REST endpoint for metric data retrieval.
Doc reference to endpoints I'am talking about: https://yandex.cloud/en-ru/docs/monitoring/api-ref/MetricsData/
The text was updated successfully, but these errors were encountered: