Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into node-collectors-con…
Browse files Browse the repository at this point in the history
…dition
  • Loading branch information
blumamir committed Oct 17, 2024
2 parents 5724486 + 123a23b commit b8af1b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- uses: lycheeverse/[email protected]
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
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 b8af1b1

Please sign in to comment.