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

Commita04e407

Browse files
committed
Update gitops and dora dashboards
Update name; replace screenshots
1 parent9f778f0 commita04e407

17 files changed

+46
-65
lines changed

‎_data/home-content.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
icon:images/home-icons/guides.png
9393
url:''
9494
links:
95-
-title:Home dashboard
95+
-title:GitOps Overview dashboard
9696
localurl:/docs/dashboards/home-dashboard/
9797
-title:DORA metrics
9898
localurl:/docs/dashboards/dora-metrics/

‎_data/nav.yml‎

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

‎_docs/dashboards/dora-metrics.md‎

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DORA measures these metrics:
2121
Monitoring DORA metrics can help identify delivery issues in your organization by detecting bottlenecks among teams and optimize your workflows at technical or organizational levels.
2222
Codefresh offers support for DORA metrics out of the box.
2323

24-
* In the Codefresh UI,go to[DORA metrics](https://g.codefresh.io/2.0/dora-dashboard/dora){:target="\_blank"}.
24+
* In the Codefresh UI,from Artifacts & Insights in the sidebar, select[DORA metrics](https://g.codefresh.io/2.0/dora-dashboard/dora){:target="\_blank"}.
2525

2626
{% include
2727
image.html
@@ -69,24 +69,29 @@ In addition, you can select the granularity for each graph:
6969
>Tip:
7070
Remember that the graphs for the DORA metrics reflect metrics of application deployments, not workflows.
7171

72-
**Deployment Frequency**
72+
###Deployment Frequency
7373
The frequency at which applications are deployed to production, including both successful (Healthy) and failed (Degraded), deployments. A deployment is considered an Argo CD sync where there was a change in the application source code that resulted in a new deployment of the application to production.
74+
7475
The X-axis charts the time based on the granularity selected, and the Y-axis charts the number of deployments. The number shown on the top right is the average deployment frequency based on granularity.
7576

76-
**Lead Time for Changes**
77-
The average number of days from the first commit for a PR (pull request) until the deployment date for the same PR. The key term here is_deployment_. Lead Time for Changes considers only those changes to workflows that result in a deployment. Making a change to a repo that does not result in a deployment is not included when calculating Lead Time for Changes.
78-
The X-axis charts the time based on the granularity selected, and the Y-axis charts the time in minutes until the deployment. The number shown on the top right is the average number of days for a commit to reach production.
77+
###Lead Time for Changes
78+
The average number of days from the first commit for a PR (pull request) until the deployment date for the same PR. The key term here is_deployment_. Lead Time for Changes considers only those changes to workflows that result in a deployment. Making a change to a repo that does not result in a deployment is not included when calculating Lead Time for Changes.
79+
80+
The X-axis charts the time based on the granularity selected, and the Y-axis charts the time in minutes until the deployment. The number shown on the top right is the average number of days for a commit to reach production.
7981

80-
**Change Failure Rate**
82+
###Change Failure Rate
8183
The failure or rollback rate in percentage for applications whose health status changed to Degraded on deployment. The key term here is_on deployment_. For example, bumping an image tag with one that does not exist, results in the application being Degraded on deployment, and designated as failed.
84+
85+
8286
The Change Failure Rate is derived by dividing the number of Degraded (failed/rollback) deployments with the total number of deployments.
8387
The X-axis charts the time based on the granularity selected, and the Y-axis charts the failure rate. The number shown on the top right is the average failure rate based on granularity, and therefore may not be equal to the Total Failure Rate.
8488

85-
**Time to Restore Service**
89+
###Time to Restore Service
8690
The average number of hours taken for the status of Degraded deployments to return to Healthy. Again, similar to the Change Failure Rate, Time to Restore Service includes only deployments that became Degraded. It is derived by dividing the total number of hours for all Degraded deployments to return to Healthy by the total number of Degraded deployments.
91+
8792
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.
8893

8994
##Related articles
90-
[Global analytics dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard)
95+
[GitOps Overview dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard)
9196
[Monitoring applications]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/)
9297

‎_docs/dashboards/home-dashboard.md‎

Lines changed: 19 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
---
2-
title:"Global analytics dashboard"
2+
title:"GitOps Overview dashboard"
33
description:""
44
group:dashboards
55
toc:true
66
---
77

8-
Get a global picture of runtimes, managed clusters, deployments, andpipelines in theHomedashboard.The Home dashboard is displayed when you log in to Codefresh, providingsystem-wide visualization in real-time.
8+
Get a global picture of runtimes, managed clusters, deployments, andapplications in theGitOps Overviewdashboard.Getsystem-wide visualization in real-time for GitOps.
99

10-
Global filters allow you to narrow the scope of the data, anddrill down into specific entities for more details.
10+
Global filters allow you to narrow the scope of the data, and drill down into specific entities for more details.
1111

1212
{% include
1313
image.html
1414
lightbox="true"
15-
file="/images/reporting/home-dashboard.png"
16-
url="/images/reporting/home-dashboard.png"
17-
alt="Homedashboard: Global enterprise analytics"
18-
caption="Homedashboard: Global enterprise analytics"
15+
file="/images/reporting/gitops-overview-dashboard.png"
16+
url="/images/reporting/gitops-overview-dashboard.png"
17+
alt="GitOps Overviewdashboard: Global enterprise analytics for GitOps"
18+
caption="GitOps Overviewdashboard: Global enterprise analytics for GitOps"
1919
max-width="70%"
2020
%}
2121

2222
###Global filters
23-
Filter the view in theHome dashboard by runtimes and date range.
23+
Filter the view in theGitOps Overview dashboard by runtimes and date range.
2424

2525
{% include
2626
image.html
2727
lightbox="true"
2828
file="/images/reporting/global-filters.png"
2929
url="/images/reporting/global-filters.png"
30-
alt="Home dashboard: Global filters"
31-
caption="Home dashboard: Global filters"
30+
alt="GitOps Overview dashboard: Global filters"
31+
caption="GitOps Overview dashboard: Global filters"
3232
max-width="60%"
3333
%}
3434

3535
###Runtimes and Managed Clusters
3636

3737
Identify the health of the runtimes and managed clusters in your enterprise.
38-
Health status is displayed for bothhosted (if you have Hosted GitOps), andhybrid runtimes.
38+
Health status is displayed for bothHosted (if you have Hosted GitOps), andHybrid runtimes.
3939

4040
Managed clusters are external clusters registered to runtimes to which you deploy applications and GitOps-managed resources.
4141

@@ -44,8 +44,8 @@ Managed clusters are external clusters registered to runtimes to which you deplo
4444
lightbox="true"
4545
file="/images/reporting/runtimes-clusters-widgets.png"
4646
url="/images/reporting/runtimes-clusters-widgets.png"
47-
alt="Runtimes and Managed Clusters in theHome dashboard"
48-
caption="Runtimes and Managed Clusters in theHome dashboard"
47+
alt="Runtimes and Managed Clusters in theGitOps Overview dashboard"
48+
caption="Runtimes and Managed Clusters in theGitOps Overview dashboard"
4949
max-width="80%"
5050
%}
5151

@@ -60,13 +60,15 @@ Managed clusters are external clusters registered to runtimes to which you deplo
6060

6161
Identify trends for deployments.
6262

63+
<!--- ask if to add here that only those changes that resulted in deployments are shown-->
64+
6365
{% include
6466
image.html
6567
lightbox="true"
6668
file="/images/reporting/deployments-widget.png"
6769
url="/images/reporting/deployments-widget.png"
68-
alt="Deployments in theHome dashboard"
69-
caption="Deployments in theHome dashboard"
70+
alt="Deployments in theGitOps Overview dashboard"
71+
caption="Deployments in theGitOps Overview dashboard"
7072
max-width="70%"
7173
%}
7274

@@ -90,8 +92,8 @@ Displays up to five of the most active applications and their current deployment
9092
lightbox="true"
9193
file="/images/reporting/applications-widget.png"
9294
url="/images/reporting/applications-widget.png"
93-
alt="Applications in theHome dashboard"
94-
caption="Applications in theHome dashboard"
95+
alt="Applications in theGitOps Overview dashboard"
96+
caption="Applications in theGitOps Overview dashboard"
9597
max-width="70%"
9698
%}
9799

@@ -106,33 +108,7 @@ Displays up to five of the most active applications and their current deployment
106108

107109

108110

109-
###Delivery Pipelines
110-
111-
>Delivery Pipline data is shown for hybrid enviroments.
112111

113-
Displays all active pipelines for the selected date range, providing insights into trends for pipelines. Active pipelines are those with at least one active or completed workflow.
114-
Analytics are derived by comparing the selected date range to the corresponding reference period. If your date range is the last seven days, the reference period is the seven days that precede the date range.
115-
116-
{% include
117-
image.html
118-
lightbox="true"
119-
file="/images/reporting/delivery-pipeline-widget.png"
120-
url="/images/reporting/delivery-pipeline-widget.png"
121-
alt="Delivery Pipelines in the Home dashboard"
122-
caption="Delivery Pipelines in the Home dashboard"
123-
max-width="80%"
124-
%}
125-
126-
{: .table .table-bordered .table-hover}
127-
128-
| Item| Description|
129-
| ------------------------| ----------------|
130-
|**Pipelines**| The number prefixed to the pipeline name indicates the change in position of the pipeline compared to the reference period. To drill down into a specific pipeline, click the pipeline.|
131-
|**Filter**| The filters available to focus on the pipelines of interest:{::nomarkdown}<ul><li><b>Status</b>:<ul><li>Succeeded: Pipelines with workflows completed successfully.</li><li>Failed: Pipelines with workflows that failed.</li><li>Error: Pipelines with workflows that resulted in errors.</li></ul><li><b>Repository</b>: The Git repository or repositories tracked, with the events that triggered or ran the pipelines.</li><li><b>Event Type</b>: The Git or Calendar event or events by which to view pipelines. If you select Git push, only those pipelines configured to be run on Git push are displayed.</li> <li><b>Initiator</b>: The user who made the commit that triggered the event and caused the pipeline to run.</li></ul>{:/}|
132-
|**View**| Click to go to the Delivery Pipelines dashboard.|
133-
|**KPI Averages**| KPI averages for: {::nomarkdown}<ul><li>Success Rate: The average number of successful executions, in percentage.</li><li>Average Duration: The average length of time to complete execution, in mm:ss.</li> <li>Executions: The average number of times the pipeline was triggered, in percentage.</li><li>Committers: The number of users whose commits on the repository or repositories triggered the pipelines. User count is aggregated per user, so multiple commits from the same user are counted as a single commit.</li></ul> To see detailed day-to-day values, select a line chart.{:/}|
134-
|**Most Active Delivery Pipelines**| Up to ten pipelines with the highest number of executions. The same KPIs are displayed, and compared to those in the reference period.|
135-
|**Longest Delivery Pipelines**| Up to ten pipelines with the longest duration. The same KPIs are displayed, and compared to those in the reference period.|
136112

137113
###Related articles
138114
[DORA metrics]({{site.baseurl}}/docs/dashboards/dora-metrics/)

‎_docs/deployments/gitops/applications-dashboard.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ max-width="50%"
780780

781781
[Creating GitOps applications]({{site.baseurl}}/docs/deployments/gitops/create-application)
782782
[Managing GitOps applications]({{site.baseurl}}/docs/deployments/gitops/manage-applications)
783-
[Home dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard)
783+
[GitOps Overview dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard)
784784
[DORA metrics]({{site.baseurl}}/docs/dashboards/dora-metrics/)
785785

786786

‎_docs/deployments/gitops/create-application.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,5 @@ Monitor the application.
227227
###Related articles
228228
[Monitoring GitOps applications]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard)
229229
[Managing GitOps applications]({{site.baseurl}}/docs/deployments/gitops/manage-applications)
230-
[Home dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard)
230+
[GitOps Overview dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard)
231231
[DORA metrics]({{site.baseurl}}/docs/dashboards/dora-metrics/)

‎_docs/deployments/gitops/images.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ Selecting **more details** for an image tag.
152152
[Creating GitOps applications]({{site.baseurl}}/docs/deployments/gitops/create-application)
153153
[Managing GitOps applications]({{site.baseurl}}/docs/deployments/gitops/manage-applications)
154154
[Image enrichment for GitOps with integrations]({{site.baseurl}}/integrations/image-enrichment-overview)
155-
[Home dashboard]({{site.baseurl}}/docs/dashboard/home-dashboard)
155+
[GitOps Overview dashboard]({{site.baseurl}}/docs/dashboard/home-dashboard)

‎_docs/deployments/gitops/manage-application.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ The table describes the options for the `Rollout` resource.
353353

354354
###Related articles
355355
[Creating GitOps applications]({{site.baseurl}}/docs/deployments/gitops/create-application)
356-
[Home dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard)
356+
[GitOps Overview dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard)
357357
[DORA metrics]({{site.baseurl}}/docs/dashboards/dora-metrics)
358358

359359

‎_docs/getting-started/gitops-codefresh.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ See [Creating]({{site.baseurl}}/docs/deployments/gitops/create-application/) and
6969

7070

7171
Once deployed, our dashboards give you enterprise-wide visibility into deployments, and key metrics.
72-
From global analytics on applications and deployments (Home dashboard), to failure rate and lead time for changes (DORA dashboard), to application configuration, resource, and rollout management (Applications dashboard).
72+
From global analytics on applications and deployments (), to failure rate and lead time for changes (DORA dashboard), to application configuration, resource, and rollout management (Applications dashboard).
7373

7474
See:
7575
[Home]({{site.baseurl}}/docs/dashboards/home-dashboard/)

‎_docs/integrations/codefresh-hosted-gitops.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ redirect_from:
77
toc:true
88
---
99

10-
Integrate CodefreshCI pipelines with Hosted GitOps for deployments powered by managed Argo CD.
10+
Integrate Codefresh pipelines with Hosted GitOps for deployments powered by managed Argo CD.
1111

1212

1313
Codefresh Hosted GitOps includes a dedicated report image step that both reports and enriches deployed images. Add the report image step in your Codefresh CI pipeline and reference integrations with issue-tracking and container registry tools for Codefresh to retrieve and enrich image information.
@@ -37,16 +37,16 @@ max-width="70%"
3737

3838
A set of dashboards provides visibility into all aspects of deployment:
3939

40-
* TheHome dashboard presents enterprise-wide deployment highlights across runtimes and clusters.
40+
* TheGitOps Overview dashboard presents enterprise-wide deployment highlights across runtimes and clusters.
4141
Get insights into important KPIs and deployments, all in the same location. View status of runtimes and managed clusters, deployments, failed deployments with rollbacks, most active applications. Use filters to narrow the scope to focus on anything specific.
4242

4343
{% include
4444
image.html
4545
lightbox="true"
4646
file="/images/integrations/codefresh-hosted-gitops/hosted-home-dashboard.png"
4747
url="/images/integrations/codefresh-hosted-gitops/hosted-home-dashboard.png"
48-
caption="Home dashboard in Hosted GitOps"
49-
alt="Home dashboard in Hosted GitOps"
48+
caption="GitOps Overview dashboard in Hosted GitOps"
49+
alt="GitOps Overview dashboard in Hosted GitOps"
5050
max-width="70%"
5151
%}
5252

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp