Skip to content

Commit

Permalink
Merge pull request #76 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 38a85e4 + 7131275 commit 78c7516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ kafka-test-cruise-control-ui-569ccc5897-zl987 ? ?

---

Logging
# Logging

Default log file location is "`/tmp/kptop.log`"

Expand Down

0 comments on commit 78c7516

Please sign in to comment.