diff --git a/dashboard/service/README.md b/dashboard/service/README.md index e3b159b6..37ae27b4 100644 --- a/dashboard/service/README.md +++ b/dashboard/service/README.md @@ -53,6 +53,7 @@ No requirements. | Name | Source | Version | |------|--------|---------| | [alerts](#module\_alerts) | ../sections/alerts | n/a | +| [grpc](#module\_grpc) | ../sections/grpc | n/a | | [http](#module\_http) | ../sections/http | n/a | | [layout](#module\_layout) | ../sections/layout | n/a | | [logs](#module\_logs) | ../sections/logs | n/a | @@ -70,6 +71,7 @@ No requirements. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [alerts](#input\_alerts) | Alerting policies to add to the dashboard. | `list(string)` | `[]` | no | +| [grpc\_service\_name](#input\_grpc\_service\_name) | Name of the GRPC service(s) to monitor | `string` | `""` | no | | [labels](#input\_labels) | Additional labels to apply to the dashboard. | `map` | `{}` | no | | [service\_name](#input\_service\_name) | Name of the service(s) to monitor | `string` | n/a | yes |