Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a0c181

Browse files
authored
Pipeline dashboard (#635)
* 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
1 parent507a812 commit9a0c181

File tree

28 files changed

+475
-89
lines changed

28 files changed

+475
-89
lines changed

‎_data/home-content.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
icon:images/home-icons/guides.png
9191
url:''
9292
links:
93-
-title:GitOps Overview dashboard
94-
localurl:/docs/dashboards/home-dashboard/
93+
-title:Home dashboard
94+
localurl:/docs/dashboards/home-dashboard/
9595
-title:DORA metrics
9696
localurl:/docs/dashboards/dora-metrics/
9797
-title:Images

‎_data/nav.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
-title:Dashboards & insights
5353
url:"/dashboards"
5454
pages:
55-
-title:GitOps Overview dashboard
55+
-title:Home dashboard
5656
url:"/home-dashboard"
5757
-title:DORA metrics
5858
url:"/dora-metrics"

‎_docs/ci-cd-guides/gitops-deployments.md‎

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Starting with pointers on setting up Git repos, this guide takes you through the
3232
* Creating a CI pipeline for GitOps
3333
* Creating an Argo CD application for GitOps
3434
* 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
3636

3737

3838

@@ -448,22 +448,22 @@ The Configuration tab displays the definitions for the application. Apart from t
448448

449449
For more information on application definitions, see [Creating GitOps applications]({{site.baseurl}}/docs/deployments/gitops/create-application).
450450

451-
## GitOpsOverview and DORA dashboards
451+
## GitOpsDashboard and DORA dashboards
452452

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.
454454

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"}.
457457

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).
459459

460460
{% include
461461
image.html
462462
lightbox="true"
463-
file="/images/reporting/gitops-overview-dashboard.png"
464-
url="/images/reporting/gitops-overview-dashboard.png"
465-
alt="GitOps Overview dashboard"
466-
caption="GitOps Overview dashboard"
463+
file="/images/reporting/home-dashboard-gitops.png"
464+
url="/images/reporting/home-dashboard-gitops.png"
465+
alt="Home Dashboard:GitOps"
466+
caption="Home Dashboard:GitOps"
467467
max-width="50%"
468468
%}
469469

@@ -484,14 +484,14 @@ max-width="80%"
484484

485485
## Using the App-of-Apps pattern
486486

487-
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
488488
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"}.
489489

490490
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.
491491

492492
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.
493493

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.
495495
Clicking the arrow expand and displays the child applications.
496496

497497
{% include image.html

‎_docs/ci-cd-guides/preview-environments.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ You can combine the pipeline above with any Codefresh UI dashboard if you want t
332332
For more information, see:
333333
*[Environment dashboard]({{site.baseurl}}/docs/deployments/kubernetes/environment-dashboard/)
334334
*[Helm promotion dashboard]({{site.baseurl}}/docs/deployments/helm/helm-environment-promotion/)
335-
*[GitOpsdashboard]({{site.baseurl}}/docs/ci-cd-guides/gitops-deployments/#working-with-the-gitops-dashboard)
335+
*[GitOpsdeployments]({{site.baseurl}}/docs/ci-cd-guides/gitops-deployments/#working-with-the-gitops-dashboard)
336336

337337

338338

‎_docs/dashboards/dora-metrics.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ In addition, you can select the granularity for each graph:
9292
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.
9393

9494
##Related articles
95-
[GitOps Overview dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard)
95+
[Home Dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard)
9696
[Monitoring applications]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/)
9797

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp