FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Resolve "Add dashboard"

Merged Adam Deacon requested to merge 27-add-dashboard into master
1 unresolved thread
3 files
+ 20
9
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 9
1
@@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [4.1.1] - 2022-01-17
## [4.1.3] - 2022-01-24
### Added
- Add a monitoring dashboard, defined in ./dashboard.json, for the Cloud Run service.
The dashboard contains charts for Request count and latency, CPU and memory utilisation,
and container instance count and billable time.
## [4.1.2] - 2022-01-10
### Fixed
- Correct logic used to decide if custom domains can be monitored.
## [4.1.1] - 2022-01-06
### Fixed
- Remove use of hard-coded resource name in data resource.
## [4.1.0] - 2021-07-28
### Added
- Support load balancer ingress style alongside Cloud Run domain mapping.
Loading