From 123a23b99b753a23e063ff3b3aab4b1ffe5710f7 Mon Sep 17 00:00:00 2001 From: Ron Federman <73110295+RonFed@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:15:45 +0300 Subject: [PATCH] Update links check (#1596) --- .github/workflows/check-links.yml | 5 ++++- docs/setup/installation.mdx | 2 +- docs/telemetry-types.mdx | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index a562e6898..0d2939687 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -16,6 +16,9 @@ jobs: - uses: lycheeverse/lychee-action@v1.10.0 with: args: >- - -v -n "*.md" "**/*.md" + -v -n "*.md" "**/*.md" "**/*.mdx" --exclude "http://localhost*" + --exclude "^https://logs-prod.*" + --exclude ".*your-account.*" + --exclude ".*qryn.local.*" fail: true \ No newline at end of file diff --git a/docs/setup/installation.mdx b/docs/setup/installation.mdx index e9a685811..ee44ae3ff 100644 --- a/docs/setup/installation.mdx +++ b/docs/setup/installation.mdx @@ -7,7 +7,7 @@ sidebarTitle: "Installation" Installation issues? Need help? Message us on [Slack](https://join.slack.com/t/odigos/shared_invite/zt-24u91yknm-0fLXu6qnqYfNHS_GSUgTJw) -Checkout the [installation options](./installation-options) to customize your installation. +Checkout the [installation options](/setup/installation-options) to customize your installation. There are 2 ways to install odigos in your kubernetes cluster: - [Odigos CLI](#odigos-cli) diff --git a/docs/telemetry-types.mdx b/docs/telemetry-types.mdx index 6bbf0cdf3..c1181cd0c 100644 --- a/docs/telemetry-types.mdx +++ b/docs/telemetry-types.mdx @@ -564,8 +564,8 @@ by the application is computed by counting the number of spans with the `http.server` label. In case a destination that does not automatically compute application metrics (like Prometheus + Tempo) is configured, Odigos will compute them on its own by invoking the -[spanmetrics](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/spanmetricsprocessor) -processor. +[spanmetrics](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/connector/spanmetricsconnector/README.md) +connector. ### Runtime Metrics