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

Commit4a38de2

Browse files
authored
Argohub enterprise home dashboard (#1173)
* Update home-dashboard.mdAdded conditions for argohub only content* Update images article* Fix condition syntax for Home dashboardUpdated content to match enterprise and argohub flavors, and updated condition syntax
1 parentc539939 commit4a38de2

File tree

4 files changed

+83
-44
lines changed

4 files changed

+83
-44
lines changed

‎_docs/dashboards/home-dashboard.md‎

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ group: dashboards
55
toc:true
66
---
77

8-
Get a global picture of performance for GitOps entities, Argo Workflow entites,and pipelines in the Home dashboard. The Home dashboard is displayed when you log in to Codefresh, providing system-wide visualization for all stakeholders.
8+
Get a global picture of performance for GitOps entitiesand pipelines in the Home dashboard with system-wide visualization for all stakeholders.
99

10-
11-
The Home Dashboard includesthree different dashboards:
10+
{% if page.layout != "argohub" %}
11+
The Home Dashboard includestwo different dashboards:
1212

1313
***GitOps Dashboard**
1414
Displays a global overview of GitOps Runtimes, clusters managed by the Runtimes, deployment history, and most active applications.
@@ -22,13 +22,10 @@ The Home Dashboard includes three different dashboards:
2222
Go to [Pipeline Settings](https://g.codefresh.io/account-admin/account-conf/pipeline-settings){:target="\_blank"}.
2323
{{site.data.callout.end}}-->
2424

25+
2526
***Pipelines Dashboard**
2627
Displays aggregated pipeline data for performance analysis, identification of bottlenecks, and trends.
2728

28-
29-
30-
31-
3229
{% include
3330
image.html
3431
lightbox="true"
@@ -40,14 +37,14 @@ The Home Dashboard includes three different dashboards:
4037
%}
4138

4239

43-
40+
{% endif %}
4441

4542
##GitOps Dashboard
4643
Use the GitOps dashboard to:
4744
1. Identify status of GitOps Runtimes and the clusters managed by the Runtimes
48-
1. View deployment history forthe date range
45+
1. View deployment history fora date range
4946
1. View the most active applications, and filter by cluster to which they are deployed
50-
1.Go to the GitOps Apps dashboard to further analyze specific applications
47+
1.Navigate to the GitOps Apps dashboard to further analyze specific applications
5148

5249
###Filters for GitOps Dashboard
5350

@@ -231,6 +228,7 @@ KPI metrics for active Delivery Pipelines such as number of executions, duration
231228
User count is aggregated per user, so multiple commits from the same user are counted as a single commit.
232229
233230
-->
231+
{% if page.layout != "argohub" %}
234232

235233
##Pipelines Dashboard
236234

@@ -369,12 +367,13 @@ Identify outliers in terms of executions and duration in the scatter chart map,
369367
%}
370368

371369
You can then filter by the specific pipeline or pipelines and analyze success rate, overall, and phase-level duration.
370+
{% endif %}
372371

373372
##Related articles
374373
[GitOps Environments]({{site.baseurl}}/docs/dashboards/gitops-environments/)
375374
[DORA metrics]({{site.baseurl}}/docs/dashboards/dora-metrics/)
376375
[Monitoring applications]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/)
377-
[Monitoring pipelines]({{site.baseurl}}/docs/pipelines/monitoring-pipelines/)
378-
[Images in Codefresh]({{site.baseurl}}/docs/dashboards/images/)
376+
{% if page.layout != "argohub" %}[Monitoring pipelines]({{site.baseurl}}/docs/pipelines/monitoring-pipelines/){% endif %}
377+
[Images]({{site.baseurl}}/docs/dashboards/images/)
379378

380379

‎_docs/dashboards/images.md‎

Lines changed: 72 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,59 @@ toc: true
77
---
88

99

10+
##Images dashboard
11+
The Images dashboard provides a centralized view of container images built and used in deployments. With powerful filtering options and enriched metadata, it enhances visibility into an image’s provenance and deployment history.
1012

13+
{% include
14+
image.html
15+
lightbox="true"
16+
file="/images/image/images-default-main-view.png"
17+
url="/images/image/images-default-main-view.png"
18+
alt="Images dashboard"
19+
caption="Images dashboard"
20+
max-width="60%"
21+
%}
1122

12-
##Access the Images dashboard
23+
#####Image enrichment and metadata
24+
Image enrichment is the process of enhancing container images with valuable metadata to improve traceability and governance.
25+
The metadata is added to the image through third-party integrations with CI, registry, and issue-tracking tools.
26+
27+
Each image tag reflects enriched information from these integrations, which can include:
28+
* Source code details: Commit SHA, repository, branch, and PR associations
29+
* Build metadata: Pipeline name, build status, timestamp
30+
* Deployment tracking: Visibility into where an image is currently running
31+
32+
#####Advanced filtering
33+
The dashboard offers a variety of filters to help quickly find relevant images. The default and most useful is the**Currently Deployed** filter, which pinpoints images actively deployed in applications with additional information on the tag, services, most recent commits and more.
1334

35+
Other filters include build status, repository, commit SHA, and promotion status, giving you granular control over image tracking.
1436

15-
* In the Codefresh UI, from Artifacts in the sidebar, select[Images](https://g.codefresh.io/2.0/images){:target="\_blank"}.
37+
#####Layered views for enhanced visibility
1638

39+
The Images dashboard presents information in multiple layers, allowing you to drill down from high-level summaries to detailed metadata.
40+
This structure helps to quickly analyze images based on your needs:
41+
* Current deployment view
42+
* Tag-level view, displaying images in applications by tag versions
43+
* Detailed view, displaying summary, Dockerfile, and layers
44+
45+
{% include
46+
image.html
47+
lightbox="true"
48+
file="/images/image/images-default-main-view.png"
49+
url="/images/image/images-default-main-view.png"
50+
alt="Images dashboard"
51+
caption="Images dashboard"
52+
max-width="60%"
53+
%}
54+
55+
##Access the Images dashboard
1756

1857

19-
Image views to show multiple levels of data:
58+
* In the Codefresh UI, from the sidebar, select**Images**.
2059

21-
1. Repository and application deployment
22-
1. Tags
23-
1. Summary with metadata and binary information
24-
1. Dockerfile info
25-
1. Layers
2660

2761
##Filters for Image views
28-
As with any resource in Codefresh, the Images dashboard supports filters that allow you focus on the data that's important to you.
62+
As with any resource, the Images dashboard supports filters that allow you focus on the data that's important to you.
2963
Most image filters support multi-selection. Unless otherwise indicated, the filters are common to all view levels.
3064

3165
{: .table .table-bordered .table-hover}
@@ -42,9 +76,10 @@ Most image filters support multi-selection. Unless otherwise indicated, the fil
4276

4377

4478

45-
##Imagemain view: deployment and repo information
79+
##Imagehigh-level view: current deployment and repo information
4680
The main view of the Images dashboard displays high-level deployment, repository, and registry information.
4781

82+
<!---
4883
4984
{% include
5085
image.html
@@ -56,18 +91,19 @@ The main view of the Images dashboard displays high-level deployment, repository
5691
max-width="60%"
5792
%}
5893
59-
94+
-->
95+
6096
For each image, you can see:
61-
* The name of the image. Clicking theimagename
62-
* The application or list of applications in which the image is currently deployed. Clicking an application takes you to the GitOps Apps dashboard with detailed information on the application.|
97+
* The name of the image. Clicking the nametakes you to the tag-level view of the image.
98+
* The application or list of applications in which the image is currently deployed. Clicking an application takes you to the GitOps Apps dashboard with detailed information on the application.
6399
* Binary information from Git, including the most recent commit, creation date, size, and tag.
64100
* The registry to which the image is pushed, and from which it is distributed.
65101

66102
The Currently Deployed stamp on the right shows the number of applications in which the image is deployed.
67103

68104
69-
##Image tag view
70-
Drilldown on the repository shows all the tags created for the image.
105+
##Image tag-level view
106+
Drill down on the repository shows all the tags created for the image.
71107
{% include
72108
image.html
73109
lightbox="true"
@@ -78,7 +114,7 @@ Drilldown on the repository shows all the tags created for the image.
78114
max-width="60%"
79115
%}
80116

81-
Eachrow displays information on the tag:
117+
Eachtag displays information:
82118

83119
* The comment describing the commit or change, with the name of the Git provider and the corresponding PR. To view details of the commit changes in the Git repository, select the commit text.|
84120
* The hash of the Docker image, generated as sha256. A change in the digest indicates that something has changed in the image.|
@@ -93,12 +129,19 @@ For Summary, Dockerfile, and Layer information on a tag, click **more details**.
93129
{{site.data.callout.end}}
94130

95131

96-
##Image Summary
97-
The Summary view summarizes the metadata for the image.
98-
132+
##Image detailed view
133+
The detailed view provides a granular breakdown of the image through the Summary, Dockerfile, and Layers tabs.
99134

135+
###Summary view
136+
Summarizes the metadata for the image:
137+
***Image info**: The image name, registry, OS architecture, and last update.
138+
***Applications** : The application or applications in which the image is deployed.
139+
***Build Info**: The size of the image, and the Argo Workflow for the image step. Click the link to go to the Argo Workflow.
140+
***Issues**: The Jira issue number and the committer, enriched with the commit message and its status.
141+
***Git**: The Git details for this image tag, such as repo, branch, commit message, committer(s) and Pull Request information.
142+
***Annotations**: Annotations if any assigned to the image.
100143

101-
{% include
144+
<!---{% include
102145
image.html
103146
lightbox="true"
104147
file="/images/image/images-summary-tab.png"
@@ -107,18 +150,14 @@ The Summary view summarizes the metadata for the image.
107150
caption="Image Summary tab"
108151
max-width="60%"
109152
%}
153+
-->
110154

111155

112-
***Image info**: The image name, registry, OS architecture, and last update.
113-
***Applications** : The application or applications in which the image is deployed.
114-
***Build Info**: The size of the image, and the Argo Workflow for the image step. Click the link to go to the Argo Workflow.
115-
***Issues**: The Jira issue number and the committer, enriched with the commit message and its status.
116-
***Git**: The Git details for this image tag, such as repo, branch, commit message, committer(s) and Pull Request information.
117-
***Annotations**: Annotations if any assigned to the image.
118-
119-
##Image Dockerfile
120156

157+
###Dockerfile
158+
The Dockerfile tab is populated only for images built with Dockerfiles.
121159

160+
<!---
122161
{% include
123162
image.html
124163
lightbox="true"
@@ -128,11 +167,11 @@ The Summary view summarizes the metadata for the image.
128167
caption="Image Dockerfile tab"
129168
max-width="60%"
130169
%}
131-
132-
##Image Layers
170+
-->
171+
###Layers
172+
The Layers tab provides a step-by-step breakdown of how an image was built, mapping each layer to a specific Docker instruction. Reviewing layers helps identify unnecessary bloat, detect security risks, and optimize images for faster builds and deployments.
133173

134-
135-
{% include
174+
<!--- {% include
136175
image.html
137176
lightbox="true"
138177
file="/images/image/images-layers-tab.png"
@@ -141,6 +180,7 @@ The Summary view summarizes the metadata for the image.
141180
caption="Image Layers tab"
142181
max-width="60%"
143182
%}
183+
-->
144184

145185
##Related articles
146186
[Image enrichment for GitOps with integrations]({{site.baseurl}}/docs/ci-cd-guides/image-enrichment/)
237 KB
Loading
163 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp