Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amburvill committed Nov 16, 2023
1 parent 29f607d commit e759746
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/resources/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ Required:
Optional:

- `chart` (Block Set) (see [below for nested schema](#nestedblock--group--chart))
- `service_health_panel` (Block Set) A dashboard panel to view the health of your services (see [below for nested schema](#nestedblock--group--service_health_panel))
- `text_panel` (Block List) (see [below for nested schema](#nestedblock--group--text_panel))
- `title` (String)

Expand Down Expand Up @@ -240,6 +241,34 @@ Required:



<a id="nestedblock--group--service_health_panel"></a>
### Nested Schema for `group.service_health_panel`

Optional:

- `height` (Number)
- `name` (String)
- `panel_options` (Block Set, Max: 1) custom options for the service health panel (see [below for nested schema](#nestedblock--group--service_health_panel--panel_options))
- `width` (Number)
- `x_pos` (Number)
- `y_pos` (Number)

Read-Only:

- `id` (String) The ID of this resource.

<a id="nestedblock--group--service_health_panel--panel_options"></a>
### Nested Schema for `group.service_health_panel.panel_options`

Optional:

- `change_since` (String)
- `percentile` (String)
- `sort_by` (String)
- `sort_direction` (String)



<a id="nestedblock--group--text_panel"></a>
### Nested Schema for `group.text_panel`

Expand Down
29 changes: 29 additions & 0 deletions docs/resources/metric_dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ Required:
Optional:

- `chart` (Block Set) (see [below for nested schema](#nestedblock--group--chart))
- `service_health_panel` (Block Set) A dashboard panel to view the health of your services (see [below for nested schema](#nestedblock--group--service_health_panel))
- `text_panel` (Block List) (see [below for nested schema](#nestedblock--group--text_panel))
- `title` (String)

Expand Down Expand Up @@ -297,6 +298,34 @@ Required:



<a id="nestedblock--group--service_health_panel"></a>
### Nested Schema for `group.service_health_panel`

Optional:

- `height` (Number)
- `name` (String)
- `panel_options` (Block Set, Max: 1) custom options for the service health panel (see [below for nested schema](#nestedblock--group--service_health_panel--panel_options))
- `width` (Number)
- `x_pos` (Number)
- `y_pos` (Number)

Read-Only:

- `id` (String) The ID of this resource.

<a id="nestedblock--group--service_health_panel--panel_options"></a>
### Nested Schema for `group.service_health_panel.panel_options`

Optional:

- `change_since` (String)
- `percentile` (String)
- `sort_by` (String)
- `sort_direction` (String)



<a id="nestedblock--group--text_panel"></a>
### Nested Schema for `group.text_panel`

Expand Down

0 comments on commit e759746

Please sign in to comment.