{{if and .ReadinessEnabled .IsHealthy}} A group celebrating {{else}} A sad unicorn {{end}}

Serving from {{.Region}}

Readiness probe is {{.HealthStr}} on this instance!

Serving instance ID: {{printf "%.15s" .InstanceId}}..., project {{.Project}}, region {{.Region}}, service {{.ServiceName}}, revision {{.Revision}}.

{{if .ReadinessEnabled}}

The readiness probe has the following configuration: timeout seconds: {{.ReadinessProbeConfig.TimeoutSeconds}}, period seconds: {{.ReadinessProbeConfig.PeriodSeconds}}, success threshold: {{.ReadinessProbeConfig.SuccessThreshold}}, failure threshold: {{.ReadinessProbeConfig.FailureThreshold}}, http path: {{.ReadinessProbeConfig.HttpGetAction.Path}}, http port: {{.ReadinessProbeConfig.HttpGetAction.Port}}.

{{end}}

Serving regions for this service:

{{range $key, $value := .Regions}} {{end}}
Served By Region Healthy Instances Toggle Healthy Toggle Unhealthy
{{if eq $.Region $key}} 👉 {{end}} {{$key}} {{$value.NumHealthy}}/{{$value.Total}}

Serving instances for this service:

{{range .Instances}} {{end}}
Served By Location Revision Name Instance Id Readiness Toggle
{{if eq $.InstanceId .InstanceId}} 👉 {{end}} {{.Region}} {{.RevisionName}} {{printf "%.15s" .InstanceId}}... {{.HealthStr}} {{if .ReadinessEnabled}}
{{end}}

The above configuration is written to gs://{{.Bucket}}. It's safe to delete the GCS bucket at any time.
VIEW CLOUD RUN IN CLOUD CONSOLE