mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
docs: fix typo in metrics (#26951)
Signed-off-by: dancer13 <alfredotic0809@gmail.com>
This commit is contained in:
parent
3eee5e3f52
commit
3570031fa8
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ The example below will expose the Argo CD Application labels `team-name` and `en
|
|||
In this case, the metric would look like:
|
||||
|
||||
```
|
||||
# TYPE argocd_app_labels gauge
|
||||
# TYPE argocd_cluster_labels gauge
|
||||
argocd_cluster_labels{label_environment="dev",label_team_name="team1",name="cluster1",server="server1"} 1
|
||||
argocd_cluster_labels{label_environment="staging",label_team_name="team2",name="cluster2",server="server2"} 1
|
||||
argocd_cluster_labels{label_environment="production",label_team_name="team3",name="cluster3",server="server3"} 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue