From dff8713b151ac8571720b8fd67fbfdf5eb95be39 Mon Sep 17 00:00:00 2001 From: Nghia Tran Date: Fri, 22 Dec 2023 15:19:50 -0800 Subject: [PATCH] README Signed-off-by: Nghia Tran --- dashboard/service/README.md | 2 ++ 1 file changed, 2 insertions(+) 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 |