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
Copy file name to clipboardExpand all lines: _docs/dashboards/dora-metrics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ To view filters that are not displayed, click **More filters**.
53
53
54
54
55
55
##Metrics for favorite applications
56
-
If you have[starred applications as favorites]({{site.baseurl}}/docs/deployments/gitops/gitops-apps-dashboard/#gitops-apps-dashboard-information) in the GitOps Apps dashboard, clicking {::nomarkdown}<imgsrc="../../../images/icons/icon-mark-favorite.png?display=inline-block">{:/} in DORA metrics, displays DORA metrics only for those applications.
56
+
If you have[starred applications as favorites]({{site.baseurl}}/docs/dashboards/gitops-apps-dashboard/#gitops-apps-dashboard-information) in the GitOps Apps dashboard, clicking {::nomarkdown}<imgsrc="../../../images/icons/icon-mark-favorite.png?display=inline-block">{:/} in DORA metrics, displays DORA metrics only for those applications.
Copy file name to clipboardExpand all lines: _docs/dashboards/gitops-apps-dashboard.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,17 @@
1
1
---
2
2
title:"GitOps Apps dashboard"
3
-
description:"Explore applications in the GitOps Apps dashboard"
3
+
description:"Explore Argo CD applications in the GitOps Apps dashboard"
4
+
redirect_from:
5
+
-/docs/deployments/gitops/gitops-apps-dashboard/
4
6
toc:true
5
7
---
6
8
7
9
8
-
As a one-stop shop for Argo Rollouts and Argo CD, the GitOps Apps dashboard delivers on the challenge of creating and managing individual applications across all clusters in your enterprise.
9
-
A wide range of filters, progressive delivery views, and enriched CI and CD information, provide full traceability and visibility into deployments.
10
+
The GitOps Apps dashboard is a central hub for managing Argo CD applications and Argo Rollouts across all clusters in your enterprise.
11
+
It provides a unified interface for:
12
+
* Creating and managing applications
13
+
* Monitoring deployments with enriched CI/CD data
14
+
* Gaining full traceability and visibility into progressive delivery
10
15
11
16
{% include
12
17
image.html
@@ -26,11 +31,9 @@ When you navigate to the GitOps Apps dashboard, the dashboard displays the Argo
26
31
The applications are displayed in List view (the default). You can switch to Card view mode if needed.
27
32
28
33
29
-
###Applications List view
30
-
The List view displays the hierarchical structure of your applications, showcasing the relationships between applications.
31
-
This view provides structural context, making it easy to understand parent-child relationships between applications.
34
+
###List view
35
+
The List view shows applications in a hierarchical structure, making it easy to understand parent-child relationships. This view provides structural context for multi-level applications.
32
36
33
-
Here is an example of the GitOps Apps dashboard in List view mode:
34
37
35
38
{% include
36
39
image.html
@@ -42,11 +45,8 @@ caption="GitOps Apps dashboard: List view"
42
45
max-width="70%"
43
46
%}
44
47
45
-
###Applications Card View
46
-
In contrast, the Card view presents a flat, scannable list of applications, without displaying their hierarchical structure.
47
-
This view is ideal for a quick overview, though it does not provide context for relationships between applications.
48
-
49
-
Here is an example of the GitOps Apps dashboard in Card view mode:
48
+
###Card View
49
+
The Card view presents a flat list of applications without hierarchy. It provides a quick overview but does not display relationships between applications.
50
50
51
51
{% include
52
52
image.html
@@ -60,8 +60,8 @@ max-width="60%"
60
60
61
61
##Application types in the GitOps Apps dashboard
62
62
63
-
The GitOps Apps dashboard displays the different types of Argo CD applications, each rendereddifferentlybased ontheir structure.
64
-
Each application is clearlytagged to indicateits type in the hierarchy.
63
+
The GitOps Apps dashboard displays the different types of Argo CD applications, each rendered based onits structure.
64
+
Applications aretagged to indicatetheir type in the hierarchy.
65
65
66
66
#####Standalone Argo CD applications
67
67
Standalone applications are displayed individually, with or without their parent Git Source applications.
@@ -78,7 +78,7 @@ max-width="60%"
78
78
79
79
#####Dynamically generated application sets
80
80
ApplicationSets include multiple applications dynamically generated based on a predefined configuration.
81
-
In the dashboard, the generated applications are displayed nested within the parent.
81
+
In theGitOps Appsdashboard, the generated applications are displayed nested within the parent.
82
82
83
83
{% include
84
84
image.html
@@ -91,8 +91,8 @@ max-width="60%"
91
91
%}
92
92
93
93
#####Applications with multiple sources
94
-
Multisource applicationsare essentially standalone applications whichpull configurations from multiple repositories or sources.
95
-
In the GitOps Apps dashboard,they can be identified bythe number of sources displayed next to the**Sources** label.
94
+
Multisource applications pull configurations from multiple repositories or sources.
95
+
In the GitOps Apps dashboard, the number of sources are displayed next to the**Sources** label.
96
96
97
97
{% include
98
98
image.html
@@ -116,8 +116,8 @@ Here's a description of the information and actions in the GitOps Apps dashboard
116
116
{: .table .table-bordered .table-hover}
117
117
| Item| Description|
118
118
| --------------| --------------|
119
-
|**Application filters** | Filter by a range of attributes to customize the information in the dashboard to bring you what you need. {::nomarkdown} <ul><li>Application health<br>A snapshot that displays a breakdown of the deployed applications by their health status.<br>Click a status to filter by applications that match it.<br>Codefresh tracks Argo CD's set of health statuses. See <a href="https://codefresh.io/docs/docs/deployments/gitops/monitor-applications/#health-status-for-application-resources">Health status</a> in this article, and Argo CD's official documentation on <a href="https://argo-cd.readthedocs.io/en/stable/operator-manual/health" target=”_blank”>Health sets</a>.</li><li>Application attributes<br>Attribute filters support multi-selection, and results are based on an OR relationship within the same filter with multiple options, and an AND relationship between filters.<br>Clicking <b>More Filters</b> gives you options to filter by Health status, Cluster names, Namespace, and Type. <br><ul><li>Application Type: Can be any of the following<ul><li>Applications: Standalone applications. See the official documentation on <a href="https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/#applications" target=”_blank”>Applications</a>.</li><li>ApplicationSet: Applications created using the ApplicationSet Custom Resource (CR) template. An ApplicationSet can generate single or multiple applications. See the official documentation on <a href="https://argo-cd.readthedocs.io/en/stable/user-guide/application-set" target=”_blank”>Generating Applications with ApplicationSet</a>.</li><li>Git Source: Applications created by Codefresh that includes other applications and CI resources. See <a href="https://codefresh.io/docs/docs/installation/gitops/git-sources/">Git Sources</a>.</li></ul></li></li><li>Labels:The K8s labels defined for the applications. The list displays labels of <i>all</i> the applications, even if you have applied filters.<br>To see the available labels, select <b>Add</b>, and then select the required label and one or more values. <br>To filter by the labels, select <b>Add</b> and then <b>Apply</b>.<br> See the official documentation on <a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/labels" target=”_blank”>Labels and selectors</a>.</li></ul></ul>{:/}|
120
-
|{::nomarkdown}<imgsrc="../../../../images/icons/icon-mark-favorite.png?display=inline-block">{:/}| Star applications as favoritesand view only the starred applications.{::nomarkdown}<br>Select the <imgsrc="../../../../images/icons/icon-mark-favorite.png?display=inline-block"> to star the application as a favorite.<br><br>To filter by favorite applications, on the filters bar, select <imgsrc="../../../../images/icons/icon-fav-starred.png?display=inline-block">.<br>{:/} {% if page.collection != site.gitops_collection %}TIP:If you star applications as favorites in the GitOps Apps dashboard, youcan filterby the sameapplications in the[DORA metrics dashboard]({{site.baseurl}}/docs/dashboards/dora-metrics/#metrics-for-favorite-applications).{% endif %}|
119
+
|**Application filters** | Filter by a range of attributes to customize what you see in the dashboard. {::nomarkdown} <ul><li>Application health<br>A snapshot that displays a breakdown of the deployed applications by their health status.<br>Click a status to filter by applications that match it.<br>Codefresh tracks Argo CD's set of health statuses. See <a href="https://codefresh.io/docs/docs/deployments/gitops/monitor-applications/#health-status-for-application-resources">Health status</a> in this article, and Argo CD's official documentation on <a href="https://argo-cd.readthedocs.io/en/stable/operator-manual/health" target=”_blank”>Health sets</a>.</li><li>Application attributes<br>Attribute filters support multi-selection, and results are based on an OR relationship within the same filter with multiple options, and an AND relationship between filters.<br>Clicking <b>More Filters</b> gives you options to filter by Health status, Cluster names, Namespace, and Type. <br><ul><li>Application Type: Can be any of the following<ul><li>Applications: Standalone applications. See the official documentation on <a href="https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/#applications" target=”_blank”>Applications</a>.</li><li>ApplicationSet: Applications created using the ApplicationSet Custom Resource (CR) template. An ApplicationSet can generate single or multiple applications. See the official documentation on <a href="https://argo-cd.readthedocs.io/en/stable/user-guide/application-set" target=”_blank”>Generating Applications with ApplicationSet</a>.</li><li>Git Source: Applications created by Codefresh that includes other applications and CI resources. See <a href="https://codefresh.io/docs/docs/installation/gitops/git-sources/">Git Sources</a>.</li></ul></li></li><li>Labels:The K8s labels defined for the applications. The list displays labels of <i>all</i> the applications, even if you have applied filters.<br>To see the available labels, select <b>Add</b>, and then select the required label and one or more values. <br>To filter by the labels, select <b>Add</b> and then <b>Apply</b>.<br> See the official documentation on <a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/labels" target=”_blank”>Labels and selectors</a>.</li></ul></ul>{:/}|
120
+
|{::nomarkdown}<imgsrc="../../../../images/icons/icon-mark-favorite.png?display=inline-block">{:/}| Star applications as favoritesto filter them later.{::nomarkdown}<br>Select the <imgsrc="../../../../images/icons/icon-mark-favorite.png?display=inline-block"> to star the application as a favorite.<br><br>To filter by favorite applications, on the filters bar, select <imgsrc="../../../../images/icons/icon-fav-starred.png?display=inline-block">.<br>{:/} {% if page.collection != site.gitops_collection %}TIP:Youcan filterstarred (favorite)applications also in the[DORA metrics dashboard]({{site.baseurl}}/docs/dashboards/dora-metrics/#metrics-for-favorite-applications).{% endif %}|
121
121
|**Application actions**| Options to monitor/manage applications through the application's context menu. {::nomarkdown}<ul><li>Quick view<br>A comprehensive read-only view of the deployment and definition information for the application.</li>{:/}See [Monitor deployments for selected Argo CD application](#monitoring-deployments-for-selected-argo-cd-application) in this article.{::nomarkdown}<li>Synchronize/Sync<br>Manually synchronize the application.</li>{:/}See [Manually sync applications]({{site.baseurl}}/docs/deployments/gitops/manage-application/#manually-synchronize-an-argo-cd-application).{::nomarkdown}<li>Edit<br>Modify application definitions.</li>{:/}See [Edit application definitions]({{site.baseurl}}/docs/deployments/gitops/manage-application/#edit-argo-cd-application-definitions).{::nomarkdown}<li>Refresh and Hard Refresh: Always available in the application's toolbar. <ul><li>Refresh: Retrieve desired (Git) state, compare with the live (cluster) state, and refresh the application to sync with the desired state.</li><li>Hard Refresh: Refresh the application to sync with the Git state, while removing the cache.</li></ul>See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#refreshhard-refresh-argo-cd-applications/">Refresh/hard refresh GitOps applications</a>.{:/} |
Copy file name to clipboardExpand all lines: _docs/dashboards/home-dashboard.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ Displays up to five of the most active applications and their current deployment
137
137
| Item| Description|
138
138
| ------------------------| ----------------|
139
139
|**Filter**| Filter applications by the clusters on which they are deployed, either by Cluster Name or by Cluster.|
140
-
|**View**| Click to go to the GitOps Apps dashboard. See[GitOps Apps dashboard]({{site.baseurl}}/docs/deployments/gitops/gitops-apps-dashboard/) and[Monitoring GitOps applications]({{site.baseurl}}/docs/deployments/gitops/monitor-applications).|
140
+
|**View**| Click to go to the GitOps Apps dashboard. See[GitOps Apps dashboard]({{site.baseurl}}/docs/dashboards/gitops-apps-dashboard/) and[Monitoring GitOps applications]({{site.baseurl}}/docs/deployments/gitops/monitor-applications).|
141
141
|**Application Name**| The name of the application, and the names of the GitOps Runtime and the cluster on which it is deployed. Click the name to drill down into the application in the GitOps Apps dashboard.|
142
142
|**Health status**| The health status of the application, and can be either:{::nomarkdown}<ul><li>Healthy (green): The application is running on the cluster.</li><li>Degraded (red): The application failed to run.</li> <li>Rollback (yellow): There was a rollback to the previously deployed version.</li></ul> To see the breakdown by health status, mouse over the chart. <br> The number at the end of the bar is the total number of deployments for the application, and the percentage indicates the overall decrease or increase compared to the reference period. {:/}|