This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #830 from davidnuzik/misc-fixes
[Docs] Many small tweaks
- Loading branch information
Showing
16 changed files
with
104 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Dashboard | ||
|
||
Rio ships with a built-in dashboard. To enable dashboard: | ||
Rio ships with a built-in dashboard. To enable the dashboard: | ||
|
||
```bash | ||
$ rio dashboard | ||
``` | ||
|
||
Then follow the instructions prompted in UI. | ||
If a browser does not automatically open, the output of the command should have a URL that you can use to access the dashboard. | ||
If a browser does not automatically open, the output of the command should have a URL that you can use to access the dashboard. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Monitoring | ||
|
||
Rio deploys [linkerd](https://linkerd.io/) to collect metrics from workloads. You can use Rio dashboard or linkerd dashboard to monitor traffic for your applications. | ||
Rio deploys [linkerd](https://linkerd.io/) to collect metrics from workloads. You can use the Rio dashboard or linkerd dashboard to monitor traffic for your applications. | ||
|
||
To run Rio dashboard, check [here](./dashboard.md). | ||
|
||
To run linkerd dashboard: | ||
To run the linkerd dashboard: | ||
|
||
```bash | ||
$ rio linkerd | ||
|
||
# if you have linkerd binary | ||
$ linkerd dashboard | ||
``` | ||
``` |
Oops, something went wrong.