Serving instance ID: {{printf "%.15s" .InstanceId}}...,
project {{.Project}},
region {{.Region}},
service {{.ServiceName}},
revision {{.Revision}}.
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}}.
| Served By | Region | Healthy Instances | Toggle Healthy | Toggle Unhealthy |
|---|---|---|---|---|
| {{if eq $.Region $key}} 👉 {{end}} | {{$key}} | {{$value.NumHealthy}}/{{$value.Total}} |
| Served By | Location | Revision Name | Instance Id | Readiness | Toggle |
|---|---|---|---|---|---|
| {{if eq $.InstanceId .InstanceId}} 👉 {{end}} | {{.Region}} | {{.RevisionName}} | {{printf "%.15s" .InstanceId}}... | {{.HealthStr}} | {{if .ReadinessEnabled}} {{end}} |