cloudamqp / terraform-provider-cloudamqp

Terraform Provider for CloudAMQP
https://registry.terraform.io/providers/cloudamqp/cloudamqp
Mozilla Public License 2.0
35 stars 39 forks source link

Attempt to finish Metric integration of stackdriver #67

Closed ticosax closed 4 years ago

ticosax commented 4 years ago

inspired by https://github.com/cloudamqp/terraform-provider-cloudamqp/commit/9ec5c53b61cae78264dbd37984d25f5abdf15024

I'm not a Go developer :see_no_evil: , I just reproduced the counter part done in integration_log. Not sure it is enough, but it is worth the try to get the ball rolling hopefully.

tbroden84 commented 4 years ago

Thanks for the contribution. Should be enough, the logic is in the underling API used. But not sure why this wasn't done in the same time as log integrations.

ticosax commented 4 years ago

Awesome, thx !