From 891df7cee5c6f7b0c6f962c1b8e6c55abbd8b1aa Mon Sep 17 00:00:00 2001 From: Prudhvi Godithi Date: Wed, 4 Sep 2024 18:56:27 -0700 Subject: [PATCH] Support central view of release metrics Signed-off-by: Prudhvi Godithi --- _data/top_nav.yml | 4 +- release-dashboard/index.md | 335 +++++++++++++++++++++++++++++++++++++ release-metrics/index.md | 197 ---------------------- 3 files changed, 337 insertions(+), 199 deletions(-) create mode 100644 release-dashboard/index.md delete mode 100644 release-metrics/index.md diff --git a/_data/top_nav.yml b/_data/top_nav.yml index cf10716a70..6183a3d1c8 100644 --- a/_data/top_nav.yml +++ b/_data/top_nav.yml @@ -67,5 +67,5 @@ items: url: https://playground.opensearch.org/ - label: Performance Benchmarks url: /benchmarks/ - - label: Release Metrics - url: /release-metrics/ + - label: Release Dashboard + url: /release-dashboard/ diff --git a/release-dashboard/index.md b/release-dashboard/index.md new file mode 100644 index 0000000000..5a085117c0 --- /dev/null +++ b/release-dashboard/index.md @@ -0,0 +1,335 @@ +--- +layout: fullwidth-with-breadcrumbs +primary_title: 'OpenSearch Release Dashboard' +title: 'OpenSearch Release Dashboard' +breadcrumbs: + icon: platform + items: + - title: The OpenSearch Platform + url: '/platform/' + - title: Release Dashboard + url: '/release-dashboard/' +omit_from_search: true + +release_versions: + - version: 2.17.0 + release_issue: 4908 + release_retro_issue: 4909 + - version: 2.16.0 + release_issue: 4771 + release_retro_issue: 4847 + +metrics_height_desktop: 2000 +metrics_height_mobile: 6000 +--- + + + +

+ Welcome to the OpenSearch Release Metrics page. As part of the metrics project initiative and with the goal of providing a central release dashboard, this page offers a comprehensive overview of the metrics and key indicators related to the ongoing OpenSearch releases. It provides a consolidated view of all release-related metrics, helping the OpenSearch community to track release progress and its activities effectively. +

+ OpenSearch Release Metrics: This dashboard provides a high-level overview of key repo health indicators and metrics related to the current OpenSearch release. It is designed to help release managers and the community monitor the release's progress and ensure that everything is on track. +

+ OpenSearch Component Release Metrics: This dashboard provides an overview of metrics related to specific OpenSearch components, enabling teams to track the release status of individual components through detailed component-level release metrics. +

+ OpenSearch Release Build and Integration Test Results: This dashboard focuses on build and integration test failures. It is a critical dashboard for component-level release owners, as it highlights build and integration test issues that need to be resolved to avoid delays or problems during the release process. +

+ +

Release Version

+
+ {% for version in page.release_versions %} +
{{ version.version }}
+ {% endfor %} +
+ +
+

+

+
+ +
+

OpenSearch Release Metrics

+ Direct Link to Metrics Dashboard + +
+ +
+

OpenSearch Component Release Metrics

+ Direct Link to Component Metrics Dashboard + +
+ +
+

OpenSearch Release Build and Integration Test Results

+ Direct Link to Test Results Dashboard + +
+ + + + + + + + + + + + +

Join the discussion

+

+ Questions or contributions? Connect with the OpenSearch community in the #releases channel on our public Slack. +

+ +

+ To learn more about OpenSearch Release Process, please read this wiki document part of the opensearch-build repo. +

\ No newline at end of file diff --git a/release-metrics/index.md b/release-metrics/index.md deleted file mode 100644 index 46193244c5..0000000000 --- a/release-metrics/index.md +++ /dev/null @@ -1,197 +0,0 @@ ---- -layout: fullwidth-with-breadcrumbs -primary_title: 'OpenSearch Release Metrics' -title: 'OpenSearch Release Metrics' -breadcrumbs: - icon: platform - items: - - title: The OpenSearch Platform - url: '/platform/' - - title: Release Metrics - url: '/release-metrics/' -omit_from_search: true - -benchmark_domain: 'metrics.opensearch.org' -benchmark_dashboard_id: '88071cb0-f118-11ed-aff5-859eb6ed880f' -benchmark_range_days: 7 - -benchmark_height_desktop: 2000 -benchmark_height_mobile: 6000 ---- - - - - -

- Welcome to the OpenSearch Release Metrics page. As part of the metrics project initiative and with the goal of providing a central release dashboard, this page offers a comprehensive overview of the metrics and key indicators related to the ongoing OpenSearch releases. It provides a consolidated view of all release-related metrics, helping the the OpenSearch community to track release progress and its activities effectively. The page features dashboards and visualizations that support the community, plugin teams, and release managers by offering essential data to ensure a smooth release process. Additionally, it includes dashboards for build and integration test failures, which are particularly valuable for component-level release owners as these dashboards help in identifying and addressing issues before and during the release window. -

-

Join the discussion

-

- Questions or contributions? Connect with the OpenSearch community in the #releases channel on our public Slack. -

- -

- To learn more about OpenSearch Release Process, please read this wiki document part of the opensearch-build repo. -

- -
-

OpenSearch Release Metrics

- Direct Link to Metrics Dashboard - -
- -
-

OpenSearch Release Build and Integration Test Results

- Direct Link to Metrics Dashboard - -
- - - - - - - -