-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): add control plane intro to metrics page
- Loading branch information
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / markdownlintMultiple 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) |