Skip to content

Commit

Permalink
Merge pull request #77 from eslam-gomaa/feat/document-new-kptop-custo…
Browse files Browse the repository at this point in the history
…m-commands

documenting dashboard data types > done
  • Loading branch information
eslam-gomaa authored Jul 1, 2024
2 parents ed1f10b + 7441a72 commit e9d82e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dashboards/yaml_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ visualization:
| box<br /> | `Boolean` | The layout box to display the graph in,<br />*Example*: `right` , `right_a` , `left_b` | <br /> | True |
| type | | Graph data type - Options: [`asciiGraph`, `progressBarList`, `simpleTable`, `advancedTable`] | | True |
| metricUnit | `String` | the metirc value unit - Options: [`None`, `byte`, `mb`, `gb`, `tb`, `seconds`, `percentage`] | | |
| custom_key | `String` | custom key for the metric result key, <br />*Example: ​*​`🥕 {{\pod\}}` would be translated to `🥕 POD-NAME` <br /> | Metric default result key | |
| custom_key | `String` | custom key for the metric result key, <br />*Example: ​*​`🥕 {\{pod}\}` would be translated to `🥕 POD-NAME` <br /> | Metric default result key | |
| asciiGraphOptions | `Dict` | Graph options with `asciiGraph` data type | | False |
| progressBarListOptions | `Dict` | Graph options with `progressBarList` data type | | False |
| simpleTableOptions | `Dict` | Graph options with `simpleTable` data type | | False |
Expand Down

0 comments on commit e9d82e8

Please sign in to comment.