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
4 files
+ 371
0
Compare changes
  • Side-by-side
  • Inline
Files
4
  • 1d84818b
    Support creating a monitoring dashboard · 1d84818b
    Wajdi Hajji authored
    The dashboard, defined in ./dashboard.json, contains:
    - Request counts broken down by response code class (ignoring 404s).
    - Request latencies for 50th, 95th and 99th percentile.
    - Container CPU and memory utilisations for 50th, 95th and 99th percentile.
    - Container instance count and billable instance time.
+ 6
0
@@ -4,6 +4,12 @@ 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
### 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.0] - 2021-07-28
### Added
- Support load balancer ingress style alongside Cloud Run domain mapping.
Loading