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
* Create pipeline-analytics.md* Update pipeline-analytics.md* Update pipeline-analytics.md* Update pipeline-analytics.md* Added toc entry to nav yamlsAdded pipeline dashboard toc entry* Add screenshots to pipeline dashboardImplemented comments from Tamir and added new screenshots* Update home-dashboard.mdAdded more content for the different dashboards* Update content for home dashboardAdded content and screenshot for Argo workflows; changed title in nav yamls from GitOps Overview to Home* Update unified dashboard contentReplaced GitOps Overview with Home/GitOps; updated screenshots etc* Update dora-metrics.md* Update home-dashboard.md* Update home-dashboard.mdAdded related link to monitoring pipelines* Remove standalone pipeline dashboard entries* Update applications-widget.png
Copy file name to clipboardExpand all lines: _docs/ci-cd-guides/gitops-deployments.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Starting with pointers on setting up Git repos, this guide takes you through the
32
32
* Creating a CI pipeline for GitOps
33
33
* Creating an Argo CD application for GitOps
34
34
* Deploying the application
35
-
* Working with the GitOps Apps dashboard, and a look at the insights from the GitOpsOverview and DORA dashboards
35
+
* Working with the GitOps Apps dashboard, and a look at the insights from the GitOpsDashboard (Home) and DORA dashboards
36
36
37
37
38
38
@@ -448,22 +448,22 @@ The Configuration tab displays the definitions for the application. Apart from t
448
448
449
449
For more information on application definitions, see [Creating GitOps applications]({{site.baseurl}}/docs/deployments/gitops/create-application).
450
450
451
-
## GitOpsOverview and DORA dashboards
451
+
## GitOpsDashboard and DORA dashboards
452
452
453
-
If you have several applications and deployments, the GitOpsOverview and the DORA metrics dashboards are the go-to dashboards for managers and developers alike.
453
+
If you have several applications and deployments, the GitOpsDashboard and the DORA metrics dashboards are the go-to dashboards for managers and developers alike.
454
454
455
-
The **GitOpsOverview**dashboard offers a global view of runtimes, managed clusters, anddeployments. For system-wide visualization in real-time, this is your dashboard of choice in Codefresh.
456
-
* Go to [GitOpsOverview](https://g.codefresh.io/2.0/?time=LAST_7_DAYS){:target="\_blank"}.
455
+
The **GitOpsDashboard**, part of the Homedashboard, offers a global view of runtimes, managed clusters,deployments,andapplications. For system-wide visualization in real-time, this is your dashboard of choice in Codefresh.
456
+
* Go to [GitOpsDashboard](https://g.codefresh.io/2.0/?startDateFrom=2023-04-26&startDateTo=2023-05-03&time=LAST_7_DAYS){:target="\_blank"}.
457
457
458
-
Forinformation on the GitOps Overview dashboard, see [GitOpsOverview dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard).
458
+
Fordetailed information, see [GitOpsDashboard]({{site.baseurl}}/docs/dashboards/home-dashboard/#gitops-dashboard).
The GitOpsOverview dashboard displays applications created using the [app-of-apps pattern](https://argo-cd.readthedocs.io/en/stable/operator-manual/cluster-bootstrapping/){:target="\_blank"}. If you have a number of applications that are related, and you always
487
+
The GitOpsApps dashboard displays applications created using the [app-of-apps pattern](https://argo-cd.readthedocs.io/en/stable/operator-manual/cluster-bootstrapping/){:target="\_blank"}. If you have a number of applications that are related, and you always
488
488
install them as a set in your cluster, you can group them in a single Application. The parent application can be defined using [declarative Argo Resources](https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/){:target="\_blank"}.
489
489
490
490
As an example, you might find that you always install in your cluster Linkerd, Prometheus and Ambassador. You can group all of them in a single Application and deploy them all at once.
491
491
492
492
You can find an existing example of app-of-apps at [https://github.com/argoproj/argocd-example-apps/tree/master/apps](https://github.com/argoproj/argocd-example-apps/tree/master/apps){:target="\_blank"}. It uses [Helm]({{site.baseurl}}/docs/example-catalog/cd-examples/helm/), but you can use any other Kubernetes templating mechanism such as [Kustomize]({{site.baseurl}}/docs/example-catalog/cd-examples/deploy-with-kustomize/), or even plain manifests.
493
493
494
-
Once you deploy the application with Codefresh, the parent app is displayed in the GitOpsOverview dashboard with an arrow.
494
+
Once you deploy the application with Codefresh, the parent app is displayed in the GitOpsApps dashboard with an arrow.
495
495
Clicking the arrow expand and displays the child applications.
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
@@ -92,6 +92,6 @@ In addition, you can select the granularity for each graph:
92
92
The X-axis charts the time based on the granularity, and the Y-axis charts the time in hours. The number shown on the top right is the average number of hours between the previous deployment and rollback for the same application.