Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Error Reporting notification channels #12068

Open
gnarea opened this issue Jul 9, 2022 · 4 comments
Open

Add support for Error Reporting notification channels #12068

gnarea opened this issue Jul 9, 2022 · 4 comments

Comments

@gnarea
Copy link

gnarea commented Jul 9, 2022

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already.

Description

The Error Reporting service seems to be unsupported at the moment, which means we can't associate existing notification channels to it, so that we're automatically notified when an error occurs.

  • google_monitoring_notification_channel: We can't link these to Error Reporting, like we can with google_monitoring_alert_policy.

New or Affected Resource(s)

  • google_error_reporting_notification_channel: This could be the new resource.

Potential Terraform Configuration

resource "google_monitoring_notification_channel" "foo" {
  type = "email"
  labels = {
    email_address = "foo@example.com"
  }
}

resource "google_error_reporting_notification_channel" "foo" {
  notification_channel = google_monitoring_notification_channel.foo.name
}

References

  • b/251476459
  • b/199490571
  • b/196081105
gnarea added a commit to relaycorp/cloud-gateway that referenced this issue Jul 9, 2022
@rileykarson rileykarson added this to the Goals milestone Jul 11, 2022
@bhaidar
Copy link

bhaidar commented Jul 18, 2022

+1

@harrison-carter
Copy link

馃憤

@eriksw
Copy link

eriksw commented Mar 31, 2023

What is this blocked on? Is this simply a matter of implementing support for an existing API in the provider code, or is there more to it?

@melinath
Copy link
Collaborator

Marking as feature request since there doesn't seem to currently be an API for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants