GoogleCloudPlatform / cloud-ops-sandbox

Cloud Operations Sandbox is an open source collection of tools that helps practitioners to learn O11y and R9y practices from Google and apply them using Cloud Operations suite of tools.
Apache License 2.0
406 stars 148 forks source link

Provision configurable dashboards #975

Closed minherz closed 2 years ago

minherz commented 2 years ago

Allow provisioning Cloud Monitoring dashboards based on configuration in YAML file.

Define a test configuration to be used for e2e testing of the dashboard Terraform resource.

minherz commented 2 years ago

Provisioning configurable log-based metrics is now included into the dashboard configuration and Terraform configuration file. Dashboards are considered the main consumer of the log-based metrics. Therefore and in order to reduce the total number of configuration files these two configurations are placed together.

minherz commented 2 years ago

Implemented in acf2fe4