diff --git a/blog-service/2024-06-28-metrics.md b/blog-service/2024-06-28-metrics.md
new file mode 100644
index 0000000000..ec722b6525
--- /dev/null
+++ b/blog-service/2024-06-28-metrics.md
@@ -0,0 +1,20 @@
+---
+title: Metrics Data Ingestion (Metrics)
+image: https://www.sumologic.com/img/logo.svg
+keywords:
+ - metrics
+ - volume
+ - dpm
+hide_table_of_contents: true
+authors:
+ - url: https://help.sumologic.com/release-notes-service/rss.xml
+ image_url: /img/release-notes/rss-orange.png
+---
+
+We're excited to announce the release of Metrics Data Ingestion, a new screen that provides detailed information about your metrics data consumption.
+
+Metrics Data Ingestion answers the question, “What things are sending metrics data, and how much are they sending?”. This screen not only provides high level information about the metrics volume, you'll also see a breakdown by individual metric, as well as specific dimensions and sources. With this information, you can determine the items that contribute most to your credit consumption.
+
+To access the new screen, navigate to **Administration > Account > Metrics Data Ingestion**.
+
+[Learn More](/docs/metrics/metrics-dpm)
diff --git a/docs/metrics/index.md b/docs/metrics/index.md
index 95a2cca1fb..746bf64934 100644
--- a/docs/metrics/index.md
+++ b/docs/metrics/index.md
@@ -56,20 +56,20 @@ Metrics are an effective tool for monitoring, troubleshooting, and identifying t
diff --git a/docs/metrics/metrics-dpm.md b/docs/metrics/metrics-dpm.md
index e53b8b81f2..7e75f53c7a 100644
--- a/docs/metrics/metrics-dpm.md
+++ b/docs/metrics/metrics-dpm.md
@@ -5,15 +5,9 @@ sidebar_label: Metrics Data Ingestion
description: Metrics Data Ingestion allows you to view metrics ingest volumes across your teams and services to find which sources are sending metrics data.
---
-
-
-
-
-Beta
-
import useBaseUrl from '@docusaurus/useBaseUrl';
-You can view your metrics data ingestion volume by navigating to **Administration > Account > Metrics Data Ingestion**. The screen provides a granular breakdown of your metrics ingestion and credits used. You can track consumption by individual metric names, or by specific dimensions and sources. With this data, you can see which sources and metrics contribute most to your credit consumption, and take necessary action.
+You can view your metrics data ingestion volume on the **Metrics Data Ingestion** page. This page provides a granular breakdown of your metrics ingestion and credits used. You can track consumption by individual metric names, or by specific dimensions and sources. With this data, you can see which sources and metrics contribute most to your credit consumption, and take necessary action.
Understanding the volume of metrics that you are ingesting is important because when you exceed the credit limit, data is cached on the host and the source is throttled, reducing query performance and accuracy. For more information, see [Data Limits for Metrics](/docs/metrics/manage-metric-volume/data-limits-for-metrics/).
@@ -22,23 +16,24 @@ Data volume for metrics is often measured in data points per minute (DPM). A dat
While you can also see metrics ingestion breakdown in the [**Metrics** dashboard](/docs/integrations/sumo-apps/data-volume/#metrics) of the Data Volume app, the dashboard only shows volume usage at a source category or source host level. Use the Metrics Data Ingestion screen to get more detailed information.
:::note
-To see data volume, you'll need to enable [Audit Index](/docs/manage/security/audit-indexes/audit-index).
+* To see data volume, you'll need to enable [Audit Index](/docs/manage/security/audit-indexes/audit-index).
+* How far back in time you can view data is determined by your organization’s retention period for Audit Index. For more information, see [Index Retention Period](/docs/manage/security/audit-indexes/audit-index/#index-retention-period).
:::
## View Metrics Data Ingestion
-Navigate to **Administration > Account > Metrics Data Ingestion**.
+ To access the Metrics Data Ingestion page, in the main Sumo Logic menu select **Administration > Account > Metrics Data Ingestion**.
1. **Date and time**. Select a time to see the metrics gathered for the previous hour.
-1. **Ingest Trend for** ``. The trend for ingest for the current day, broken down by hour.
+1. **Ingest Trend for** ``. The trend for ingest for the current day, broken down by hour. If you hover your mouse over a gray bar, it displays **Ingest data for this period is not available yet** to indicate that data has not been collected and analyzed yet for that time period. There can be a delay of several hours before data is available.
1. **Metric**. Select a specific metric to view its ingest breakdown. Leave blank if you want to view breakdown for all metrics.
1. **Filter**. Select the dimensions for which you want to view ingest breakdown. Leave blank if you want to view all dimensions. (You cannot use the filter if you selected a specific metric in the **Metric** field.)
1. **Total Ingest Data Points (1 hr)**. The total number of data points ingested during the previous hour. The green up arrow indicates the total is higher than the previous hour, and a red down arrow indicates the total is lower than the previous hour. This lets you see at a glance whether volume rates are rising or falling.
1. **Ingest DPM (1 hr)**. The data points per minute (DPM) ingested during the previous hour.
-1. **Ingest DPM (yesterday)**. The average number of data points per minute (DPM) ingested during the previous day.
-1. **Total Ingest Data Points (yesterday)**. The total number of data points ingested during the previous day.
+1. **Ingest DPM (yesterday)**. The average number of data points per minute (DPM) ingested during the previous 24 hours.
+1. **Total Ingest Data Points (yesterday)**. The total number of data points ingested during the previous 24 hours.
1. **Historical Trend**. The ingest trends over the last day or week.
1. **Top 100 Data Points/min by Metric**. The top metrics that have the highest data points ingested. Click a specific metric on the diagram to see a breakdown of ingest for that metric.
1. **Top 100 Data Points/min by Dimension**. The top data points per minute by dimension. Click a dimension on the diagram to see a breakdown of ingest.
diff --git a/sidebars.ts b/sidebars.ts
index d86edde5cf..ece63248b1 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -1521,6 +1521,7 @@ module.exports = {
'metrics/metric-rules-editor',
'metrics/metrics-transformation-rules',
'metrics/logs-to-metrics',
+ 'metrics/metrics-dpm',
'metrics/kubernetes-metrics',
],
},