-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Stackdriver Monitoring Custom Metric #3360
Stackdriver Monitoring Custom Metric #3360
Comments
Hey @ocervell! We weren't able to get this working up to our standards with Terraform due to issues with the underlying API, so we're not currently interested in adding this resource. That said, we'll leave this open to track interest in the feature. |
@rileykarson Could you expand a little on what issues in particular the underlying API has ? Is it the lack of an |
@ocervell IIRC there were a few issues with the underlying API that our code generator didn't handle well yet, such as lack of Operation objects for an async request and non standard HTTP codes. Additionally I got guidance from the API team that API descriptors should be automatically created for most scenarios and that custom metric descriptors should be exceptional. So at the time I chose to focus on getting alert policy and the other monitoring resources out over this one. |
* Added artifact registry product * Artifact Registry fixes * Switched property from region -> location Also fixed incorrect import error message * Add artifact registry links to website Co-authored-by: Chris Stephens <[email protected]> Signed-off-by: Modular Magician <[email protected]>
* Added artifact registry product * Artifact Registry fixes * Switched property from region -> location Also fixed incorrect import error message * Add artifact registry links to website Co-authored-by: Chris Stephens <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Chris Stephens <[email protected]>
One year later I'd like to raise discussion again:
|
Started working on this |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Description
Need a resource to create custom metrics through Stackdriver Monitoring API.
API Documentation for custom metrics is available here.
New or Affected Resource(s)
google_monitoring_metric_descriptor
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: