未验证 提交 5a6f5360 编写于 作者: H Hoshea Jiang 提交者: GitHub

[Doc] Fix `dashboard global` doc (#58)

上级 eeec64bb
......@@ -259,11 +259,11 @@ Ascii Graph, like coloring in terminal, so please use `json` or `yaml` instead.
| argument | description | default |
| :--- | :--- | :--- |
| `trace id` | the trace id whose spans are to displayed | |
| `trace id` | The trace id whose spans are to displayed | |
</details>
### `trace ls`
#### `trace ls`
<details>
......@@ -271,9 +271,9 @@ Ascii Graph, like coloring in terminal, so please use `json` or `yaml` instead.
| argument | description | default |
| :--- | :--- | :--- |
| `--trace-id` | the trace id whose spans are to displayed | |
| `--service-id` | the service id whose trace are to displayed | |
| `--service-instance-id` | the service instance id whose trace are to displayed | |
| `--trace-id` | The trace id whose spans are to displayed | |
| `--service-id` | The service id whose trace are to displayed | |
| `--service-instance-id` | The service instance id whose trace are to displayed | |
| `--tags` | Only tags defined in the core/default/searchableTagKeys are searchable. Check more details on the Configuration Vocabulary page | See [Configuration Vocabulary page](https://github.com/apache/skywalking/blob/master/docs/en/setup/backend/configuration-vocabulary.md) |
| `--start` | See [Common options](#common-options) | See [Common options](#common-options) |
| `--end` | See [Common options](#common-options) | See [Common options](#common-options) |
......@@ -282,6 +282,8 @@ Ascii Graph, like coloring in terminal, so please use `json` or `yaml` instead.
### `dashboard`
#### `dashboard global-metrics`
<details>
<summary>dashboard global-metrics [--template=template]</summary>
......@@ -290,13 +292,29 @@ Ascii Graph, like coloring in terminal, so please use `json` or `yaml` instead.
| argument | description | default |
| :--- | :--- | :--- |
| `--template` | the template file to customize how to display information | `templates/Dashboard.Global.json` |
| `--template` | The template file to customize how to display information | `templates/Dashboard.Global.json` |
| `--start` | See [Common options](#common-options) | See [Common options](#common-options) |
| `--end` | See [Common options](#common-options) | See [Common options](#common-options) |
You can imitate the content of [the default template file](example/Dashboard.Global.json) to customize the dashboard.
</details>
#### `dashboard global`
<details>
<summary>dashboard global [--template=template]</summary>
`dashboard global` displays global metrics, global response latency and global heat map in the form of a dashboard.
| argument | description | default |
| :--- | :--- | :--- |
| `--template` | The template file to customize how to display information | `templates/Dashboard.Global.json` |
| `--start` | See [Common options](#common-options) | See [Common options](#common-options) |
| `--end` | See [Common options](#common-options) | See [Common options](#common-options) |
</details>
### `checkHealth`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册