You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
Fixing broken links added in
#1639
## Related Issue
NA
## Checklist
- [x] I have read the [contributing
documentation](https://retina.sh/docs/Contributing/overview).
- [x] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [x] I have correctly attributed the author(s) of the code.
- [x] I have tested the changes locally.
- [x] I have followed the project's style guidelines.
- [x] I have updated the documentation, if necessary.
- [x] I have added tests, if applicable.
---
Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.
Signed-off-by: Kamil <[email protected]>
|*Basic*| Metrics aggregated by Node. | Metric cardinality proportional to number of nodes. |[Link to Metrics](./basic.md)|[Link to Installation](../../02-Installation/01-Setup.md#basic-mode)|
15
-
|*Advanced/Pod-Level with remote context*| Basic metrics plus extra metrics aggregated by source and destination Pod. | Has scale limitations. Metric cardinality is unbounded (proportional to number of source/destination pairs, including external IPs). |[Link to Metrics](./advanced.md)|[Link to Installation](../../02-Installation/01-Setup.md#advanced-mode-with-local-context-with-capture-support)|
16
-
|*Advanced/Pod-Level with local context*| Basic metrics plus extra metrics aggregated by "local" Pod (source for outgoing traffic, destination for incoming traffic). | Designed for scale. Metric cardinality proportional to number of Pods observed. |[Link to Metrics](./advanced.md)|[Link to Installation](../../02-Installation/01-Setup.md#advanced-mode-with-local-context-with-capture-support)|
15
+
|*Advanced/Pod-Level with remote context*| Basic metrics plus extra metrics aggregated by source and destination Pod. | Has scale limitations. Metric cardinality is unbounded (proportional to number of source/destination pairs, including external IPs). |[Link to Metrics](./advanced.md)|[Link to Installation](../../02-Installation/01-Setup.md#advanced-mode-with-local-context)|
16
+
|*Advanced/Pod-Level with local context*| Basic metrics plus extra metrics aggregated by "local" Pod (source for outgoing traffic, destination for incoming traffic). | Designed for scale. Metric cardinality proportional to number of Pods observed. |[Link to Metrics](./advanced.md)|[Link to Installation](../../02-Installation/01-Setup.md#advanced-mode-with-local-context)|
17
17
18
18
Both advanced metric modes let you specify which Pods to observe (create metrics for) by using [Annotations](../annotations.md) or [MetricsConfiguration CRD](../configuration.md).
0 commit comments