diff --git a/config/_default/menus/main.en.yaml b/config/_default/menus/main.en.yaml index 63a31d5998e..115be30af80 100644 --- a/config/_default/menus/main.en.yaml +++ b/config/_default/menus/main.en.yaml @@ -5398,6 +5398,11 @@ menu: identifier: data_observability_cicd parent: data_observability_heading weight: 90000 + - name: Optimize + url: data_observability/optimize/ + identifier: data_observability_optimize + parent: data_observability_heading + weight: 100000 - name: Databricks url: data_observability/jobs_monitoring/databricks identifier: jobs_monitoring_databricks diff --git a/content/en/data_observability/_index.md b/content/en/data_observability/_index.md index a0c23e04d00..15eb243a2b1 100644 --- a/content/en/data_observability/_index.md +++ b/content/en/data_observability/_index.md @@ -17,6 +17,9 @@ further_reading: - link: '/data_observability/cicd/' tag: 'Documentation' text: 'CI/CD' + - link: '/data_observability/optimize/' + tag: 'Documentation' + text: 'Optimize' - link: 'https://www.datadoghq.com/about/latest-news/press-releases/datadog-metaplane-aquistion/' tag: 'Blog' text: 'Datadog Brings Observability to Data teams by Acquiring Metaplane' @@ -42,4 +45,5 @@ Data Observability (DO) helps data teams improve the reliability of data for ana {{< nextlink href="/data_observability/quality_monitoring/" >}}Quality Monitoring: Identify data issues before downstream BI and AI applications are impacted.{{< /nextlink >}} {{< nextlink href="/data_observability/jobs_monitoring/" >}}Jobs Monitoring: Observe, troubleshoot, and optimize jobs across your data pipelines.{{< /nextlink >}} {{< nextlink href="/data_observability/cicd/" >}}CI/CD: Prevent data-quality issues before they're merged.{{< /nextlink >}} + {{< nextlink href="/data_observability/optimize/" >}}Optimize: Get recommendations to reduce cost and improve performance of jobs and queries.{{< /nextlink >}} {{< /whatsnext >}} diff --git a/content/en/data_observability/optimize.md b/content/en/data_observability/optimize.md new file mode 100644 index 00000000000..86ea5323acc --- /dev/null +++ b/content/en/data_observability/optimize.md @@ -0,0 +1,38 @@ +--- +title: Optimize +description: Get recommendations to reduce the cost and improve the performance of Spark and Databricks jobs, and Snowflake, BigQuery, and Trino queries. +further_reading: + - link: '/data_observability/' + tag: 'Documentation' + text: 'Data Observability Overview' + - link: '/data_observability/jobs_monitoring/' + tag: 'Documentation' + text: 'Jobs Monitoring' +--- + +