Skip to content

DOCS-26 - Metrics DPM - GA #3058

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 32 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f5899f5
Add release note
jpipkin1 Sep 11, 2023
1e9da8e
Merge branch 'main' into metrics-dpm-ga
jpipkin1 Oct 17, 2023
8789dcf
Update blog-service/2023-10-27-metrics.md
jpipkin1 Oct 17, 2023
55e4b9c
Change release note date
jpipkin1 Nov 30, 2023
47d417a
Merge branch 'main' into metrics-dpm-ga
jpipkin1 Jan 12, 2024
99f5a07
Change date of release note
jpipkin1 Jan 30, 2024
c68c5ec
Update path and image
jpipkin1 Jan 30, 2024
2f7687d
Merge branch 'main' into metrics-dpm-ga
jpipkin1 Jan 31, 2024
0ac6971
Merge branch 'main' into metrics-dpm-ga
jpipkin1 Mar 20, 2024
d7434af
Merge branch 'main' into metrics-dpm-ga
kimsauce Mar 20, 2024
58d251d
Update to latest version on EpdData
jpipkin1 Apr 1, 2024
d7a6949
Merge branch 'main' into metrics-dpm-ga
jpipkin1 Apr 2, 2024
eac5bbb
Update release note
jpipkin1 Apr 2, 2024
bb776fe
Merge branch 'main' into metrics-dpm-ga
jpipkin1 Apr 11, 2024
192a468
Minor update
jpipkin1 Apr 16, 2024
0a2696a
Change release note date to April 25 2024
jpipkin1 Apr 17, 2024
0713dd5
Add text about data lag
jpipkin1 Apr 25, 2024
90d8240
Minor fix
jpipkin1 Apr 26, 2024
9dc2b1b
Change date on release note to May 3 2024
jpipkin1 Apr 30, 2024
3ce2640
Merge branch 'main' into metrics-dpm-ga
jpipkin1 May 13, 2024
4013478
Add note about index retention period
jpipkin1 May 13, 2024
a2fa3f7
Add Kanso instructions
jpipkin1 May 17, 2024
d240338
Merge branch 'main' into metrics-dpm-ga
jpipkin1 May 17, 2024
2f57b13
Changed release note date to May 30 2024
jpipkin1 May 28, 2024
dd0a2d8
Change release note date to June 21 2024
jpipkin1 May 30, 2024
6eebee8
Update screenshot
jpipkin1 Jun 13, 2024
b6e70c3
Merge branch 'main' into metrics-dpm-ga
jpipkin1 Jun 20, 2024
01cfc45
Change release note date to June 24 2024
jpipkin1 Jun 20, 2024
ef9f7ce
Merge branch 'main' into metrics-dpm-ga
kimsauce Jun 28, 2024
b56a960
Merge branch 'main' into metrics-dpm-ga
kimsauce Jun 28, 2024
3e7502a
Update and rename 2024-06-24-metrics.md to 2024-06-28-metrics.md
kimsauce Jun 28, 2024
1555368
Merge branch 'main' into metrics-dpm-ga
kimsauce Jun 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions blog-service/2023-10-27-metrics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Metrics DPM (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 DPM, a new screen that provides detailed metrics data points per minute (DPM) information.

Metrics DPM answers the question “What things are sending metrics data, and how much are they sending?” Metrics DPM not only provides high level information about the metrics volume (DPM), but also breaks it down by individual metric names, as well as specific dimensions like cluster, host, and source. With this information, you can determine the items that contribute most to your credit consumption.

To view the new screen, navigate to **Manage Data > Metrics > Metrics DPM**.

[Learn More](/docs/metrics/metrics-dpm)
6 changes: 6 additions & 0 deletions docs/metrics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ Metrics are an effective tool for monitoring, troubleshooting, and identifying t
</div>
</div>
<div className="box smallbox card">
<div className="container">
<a href="/docs/metrics/metrics-dpm"><img src={useBaseUrl('img/icons/metrics.png')} alt="icon" width="40"/><h4>Metrics DPM</h4></a>
<p>View data points per minute (DPM) ingest volumes to see information about the sources sending metrics data.</p>
</div>
</div>
<div className="box smallbox9 card">
<div className="container">
<a href="/docs/metrics/kubernetes-metrics"><img src={useBaseUrl('img/icons/metrics.png')} alt="icon" width="40"/><h4>Kubernetes Metrics</h4></a>
<p>Kubernetes metrics are collected when you deploy our Kubernetes collection.</p>
Expand Down
6 changes: 0 additions & 6 deletions docs/metrics/metrics-dpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ sidebar_label: Metrics DPM
description: Metrics DPM allows you to view metrics ingest volumes across your teams and services to find which sources are sending metrics data.
---

<head>
<meta name="robots" content="noindex" />
</head>

<p><a href="/docs/beta"><span className="beta">Beta</span></a></p>

import useBaseUrl from '@docusaurus/useBaseUrl';

Data volume for metrics is measured in data points per minute (DPM). A data point is an individual piece of data. The total number of data points being sent in a given time can give you a good idea of where the load is heaviest. For example, let's say you want to find out how much data is being sent to metrics from a certain source, host, or source category. You can look at the actual number of individual data points per minute being sent from these to determine whether they are consuming too much metrics bandwidth. Knowing the DPM for these and other kinds of data allows you to monitor your consumption rates.
Expand Down
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,7 @@ module.exports = {
'metrics/metric-rules-editor',
'metrics/metrics-transformation-rules',
'metrics/logs-to-metrics',
'metrics/metrics-dpm',
'metrics/kubernetes-metrics',
{
type: 'category',
Expand Down