Skip to content

Commit

Permalink
chore(docs): add control plane intro to metrics page
Browse files Browse the repository at this point in the history
  • Loading branch information
SRodi committed Jan 10, 2025
1 parent 8507f68 commit 55cbbea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions docs/03-ControlPlane/cotrol_plane_intro.md

This file was deleted.

9 changes: 8 additions & 1 deletion docs/03-Metrics/01-metrics-intro.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Metrics

Prometheus metrics available depend on the Retina control plane deployed:
Prometheus metrics available depend on the Retina control plane deployed.

## Control Planes

There are two control planes used in the Retina project: Hubble and the legacy control plane. Both control planes create metrics and traces which are generated by the eBPF data plane, which has a single implementation. Only one control plane should be deployed at a given time. Helm charts for the deployment are found under `deploy/hubble/manifests/controller/helm/retina` and `deploy/legacy/manifests/controller/helm/retina`.

1. [Hubble metrics](./hubble_metrics.md)
2. [Legacy metrics](./modes/modes.md)


Check failure on line 12 in docs/03-Metrics/01-metrics-intro.md

View workflow job for this annotation

GitHub Actions / markdownlint

Multiple consecutive blank lines [Expected: 1; Actual: 2]

docs/03-Metrics/01-metrics-intro.md:12 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
> Note: Hubble offers additional features and metrics that the legacy control plane does not support. The plan is to deprecate the legacy control plane in favor of Hubble. For further documentation on Hubble, check [Cilium/Hubble repository](https://github.com/cilium/hubble/?tab=readme-ov-file#features) and official [Hubble metrics documentation](https://docs.cilium.io/en/stable/observability/metrics/#hubble-metrics)

0 comments on commit 55cbbea

Please sign in to comment.