GoogleCloudPlatform / google-cloud-powershell

PowerShell cmdlets for the Google Cloud Platform
http://googlecloudplatform.github.io/google-cloud-powershell/
Apache License 2.0
135 stars 61 forks source link

Support to pull GCE metrics? #584

Open Schizamp opened 6 years ago

Schizamp commented 6 years ago

Am not finding a way to pull GCE VM Instance metrics from stackdriver using the Powershell CLI or gcloud CLI. AWS Powershell CLI supports this for CloudWatch today.

In addition, pulling the Recommendations for a VM Instance through the CLI would also be useful, for integration into change/notification systems and automated execution of those recommendations.

Any plans here?

quoctruong commented 6 years ago

@Schizamp Currently the PowerShell cmdlets are in maintenance mode so we are not adding new features that require a substantial amount of work.

For the Recommendations for a VM instance, do you mean tab-completion?

Schizamp commented 6 years ago

@quoctruong thanks for the quick response. In the GCE VM instance console, an instance can have a recommendation to change instance types if it is underutilized. I love this feature, just wish there was a way to pull the same info through the CLI.

Do you ever expect the PowerShell cmdlets to be in active development?

quoctruong commented 6 years ago

@Schizamp That may change we do our plannings next quarter but I do expect the cmdlets to be in active development again in the future. That being said, you are also welcome to make the necessary changes (via Pull Request) to enable the feature.