Skip to content

Commit

Permalink
fix links and exclude example links
Browse files Browse the repository at this point in the history
  • Loading branch information
RonFed committed Oct 17, 2024
1 parent d699ffe commit 77ffa68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
args: >-
-v -n "*.md" "**/*.md" "**/*.mdx"
--exclude "http://localhost*"
--exclude "^https://.*grafana.net/loki/api/v1.*"
--exclude ".*your-account.*"
--exclude ".*qryn.local.*"
fail: true
2 changes: 1 addition & 1 deletion docs/setup/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
</Tip>

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)
Expand Down
4 changes: 2 additions & 2 deletions docs/telemetry-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 77ffa68

Please sign in to comment.