11---
22title :" Home dashboard"
3- description :" "
3+ description :" Global dashboard "
44group :dashboards
55toc :true
66---
77
8- Get a global picture of performance for GitOps entities and pipelines in the Home dashboard with system-wide visualization for all stakeholders.
8+ {% if page.collection == site.gitops_collection %}
9+ Get a global picture of performance for GitOps entities in the Home dashboard with system-wide visualization for all stakeholders.
10+ {% endif %}
911
10- {% if page.layout != "argohub" %}
12+ {% if page.collection != site.gitops_collection %}
13+ Get a global picture of performance for GitOps entities and pipelines in the Home dashboard with system-wide visualization for all stakeholders.
14+
1115The Home Dashboard includes two different dashboards:
1216
1317* ** GitOps Dashboard**
@@ -228,7 +232,7 @@ KPI metrics for active Delivery Pipelines such as number of executions, duration
228232 User count is aggregated per user, so multiple commits from the same user are counted as a single commit.
229233
230234-->
231- {% if page.layout !="argohub" %}
235+ {% if page.collection !=site.gitops_collection %}
232236
233237##Pipelines Dashboard
234238
@@ -364,7 +368,7 @@ Identify outliers in terms of executions and duration in the scatter chart map,
364368 alt="Pipeline correlation in Metrics table with scatter chart"
365369 caption="Pipeline correlation in Metrics table with scatter chart"
366370 max-width="60%"
367- %}
371+ %}
368372
369373You can then filter by the specific pipeline or pipelines and analyze success rate, overall, and phase-level duration.
370374{% endif %}
@@ -373,7 +377,9 @@ You can then filter by the specific pipeline or pipelines and analyze success ra
373377[ GitOps Environments] ( {{site.baseurl}}/docs/dashboards/gitops-environments/ )
374378[ DORA metrics] ( {{site.baseurl}}/docs/dashboards/dora-metrics/ )
375379[ Monitoring applications] ( {{site.baseurl}}/docs/deployments/gitops/applications-dashboard/ )
376- {% if page.layout != "argohub" %}[ Monitoring pipelines] ( {{site.baseurl}}/docs/pipelines/monitoring-pipelines/ ) {% endif %}
380+ {% if page.collection != site.gitops_collection %}
381+ [ Monitoring pipelines] ( {{site.baseurl}}/docs/pipelines/monitoring-pipelines/ )
382+ {% endif %}
377383[ Images] ( {{site.baseurl}}/docs/dashboards/images/ )
378384
379385