From ff5211c0ef64ea00a963b8ec5d347f7af0bc8146 Mon Sep 17 00:00:00 2001 From: Sruti Parthiban Date: Fri, 25 Jun 2021 16:11:00 -0700 Subject: [PATCH] Fix broken links and exclude a file --- .github/workflows/links.yml | 2 +- README.md | 2 +- docs/gauntlet.md | 2 +- src/main/java/org/opensearch/performanceanalyzer/rca/README.md | 2 +- .../performanceanalyzer/rca/store/rca/temperature/README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 5fc105119..52425cd17 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -16,7 +16,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@master with: - args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" + args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude=src/test/resources/accounts.json env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Fail if there were link errors diff --git a/README.md b/README.md index 90e9cd3d1..0e41b9c25 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Java CI](https://github.com/opensearch-project/performance-analyzer-rca/workflows/Java%20CI/badge.svg)](https://github.com/opensearch-project/performance-analyzer-rca/actions?query=workflow%3A%22Java+CI%22) [![codecov](https://codecov.io/gh/opensearch-project/performance-analyzer-rca/branch/main/graph/badge.svg)](https://codecov.io/gh/opensearch-project/performance-analyzer-rca) -[![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://docs-beta.opensearch.org/docs/pa/reference/) +[![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://docs-beta.opensearch.org/monitoring-plugins/pa/reference/) [![Chat](https://img.shields.io/badge/chat-on%20forums-blue)](https://discuss.opendistrocommunity.dev/c/performance-analyzer/) ![PRs welcome!](https://img.shields.io/badge/PRs-welcome!-success) diff --git a/docs/gauntlet.md b/docs/gauntlet.md index 84761b4ec..693e943da 100644 --- a/docs/gauntlet.md +++ b/docs/gauntlet.md @@ -85,7 +85,7 @@ Let's see an example: metrics class that you specify, should have a `static final` field called `NAME` (`CPU_Utilization`) and that will be used to determine the name of the metric table. - _dimensionNames_ : For the dimension names for a metric, please refer to the docs -[here](https://docs-beta.opensearch.org/docs/pa/reference/). Each of the dimension +[here](https://docs-beta.opensearch.org/monitoring-plugins/pa/reference/). Each of the dimension will be a column in the rca.sqlite table. - _tables_ : This specifies one or more table(s). The table should be a 5 second snapshot of the metrics, similar to what exists in metricsdb files. The table is an array type diff --git a/src/main/java/org/opensearch/performanceanalyzer/rca/README.md b/src/main/java/org/opensearch/performanceanalyzer/rca/README.md index 9d2e125df..8c2d61c90 100644 --- a/src/main/java/org/opensearch/performanceanalyzer/rca/README.md +++ b/src/main/java/org/opensearch/performanceanalyzer/rca/README.md @@ -19,7 +19,7 @@ will run through the entirety of this discussion. ### Metrics ### This is the input to the system. These are essentially key-value pairs. For details on what metrics are available, please take a look at the online - reference [here](https://docs-beta.opensearch.org/docs/pa/reference/). + reference [here](https://docs-beta.opensearch.org/monitoring-plugins/pa/reference/). ### Symptoms ### diff --git a/src/main/java/org/opensearch/performanceanalyzer/rca/store/rca/temperature/README.md b/src/main/java/org/opensearch/performanceanalyzer/rca/store/rca/temperature/README.md index 26326e1f5..b2ee91d90 100644 --- a/src/main/java/org/opensearch/performanceanalyzer/rca/store/rca/temperature/README.md +++ b/src/main/java/org/opensearch/performanceanalyzer/rca/store/rca/temperature/README.md @@ -16,7 +16,7 @@ node and cluster) based on resource utilization. ### Temperature RCA Graph construction Temperature along each dimension is contributed by a shard-dependent and a shard-independent components. For all the metrics - [here](https://docs-beta.opensearch.org/docs/pa/reference/), the metrics that + [here](https://docs-beta.opensearch.org/monitoring-plugins/pa/reference/), the metrics that have shardID as dimension will have a shard contributed factor to the temperature along that dimension. But that metric also might have a factor that is shard independent. For example , _CPU_utilization_, has a shard dependent components for the CPU that is spent for various