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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add monitoring dashboards & alerts #6

Open
hur opened this issue Feb 9, 2022 · 0 comments
Open

Add monitoring dashboards & alerts #6

hur opened this issue Feb 9, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@hur
Copy link
Owner

hur commented Feb 9, 2022

Add dashboards for monitoring the important metrics pertaining to the operation of this deployment. Moreover, alerts could be added too.

Monitoring dashboards can be added via the following syntax:

resource "google_monitoring_dashboard" "dashboard" {
  dashboard_json = <<EOF
{
  "displayName": "Demo Dashboard",
  "gridLayout": {
    "widgets": [
      {
        "blank": {}
      }
    ]
  }
}

EOF
}
@hur hur changed the title TODO: monitoring dashboards & alerts Add monitoring dashboards & alerts Feb 9, 2022
@hur hur added the enhancement New feature or request label Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant