-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: fixes broken links, updates screenshots in docs, and misc. items (
#42) Fixes the below issues: - "Edit this page" link goes to 404 (blob/main) is missing - "Read more" metrics link is broken, https://github.com/microsoft/retina/blob/main/docs/metrics/intro.md - Pictures are too small to read, https://retina.sh/docs/troubleshooting/basic-metrics#check-if-managed-prometheus-is-scraping-retina-metrics - Not found: https://retina.sh/docs/metrics/managed-retina - Go 1.18 or newer but the go.mod is at least 1.21 - Agent Config missing code block, annotation is code blocked in other locations - The contributing and grafana page labeled as FIXME, retina/docs/contributing/readme.md, retina/docs/installation/grafana.md - Configuring grafana is not linked on the side bar - The configure grafana page itself also does not have a side bar Manually tested.
- Loading branch information
1 parent
ba900a4
commit 1231645
Showing
14 changed files
with
15 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,6 @@ contact [[email protected]](mailto:[email protected]) with any additio | |
|
||
### Configurations | ||
|
||
FIXME just link the Config page | ||
|
||
Configurations are passed through `retina-config` configmap in `retina` namespace. Following configurations are currently supported: | ||
|
||
- `apiserver.port` : the port for `retina-agent` Pod | ||
|
@@ -27,9 +25,11 @@ Configurations are passed through `retina-config` configmap in `retina` namespac | |
|
||
Note: Changes to configmap after retina is deployed would require re-deployment of `retina-agent`. | ||
|
||
See the [Configuration](https://retina.sh/docs/metrics/configuration) page for further details. | ||
|
||
### Supported Metrics Plugins | ||
|
||
FIXME just link metrics page | ||
See the [Plugins](https://retina.sh/docs/metrics/plugins/packetforward) pages for a list of supported plugins. | ||
|
||
### Pre-Requisites | ||
|
||
|
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 |
---|---|---|
|
@@ -19,5 +19,5 @@ make install-kubectl-retina | |
|
||
Requirements: | ||
|
||
- go 1.18 or newer | ||
- go 1.21 or newer | ||
- GNU make |
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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