From ccd2138b8b89ddc267a76ea7cb21b890f9f250c0 Mon Sep 17 00:00:00 2001 From: WerNad99 <116089398+WerNad99@users.noreply.github.com> Date: Mon, 27 Apr 2026 18:09:37 +0200 Subject: [PATCH] Update usage_metrics - new estimated usage metric.md --- content/en/account_management/billing/usage_metrics.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/account_management/billing/usage_metrics.md b/content/en/account_management/billing/usage_metrics.md index c6196c1cdbb..9231aad83aa 100644 --- a/content/en/account_management/billing/usage_metrics.md +++ b/content/en/account_management/billing/usage_metrics.md @@ -34,6 +34,8 @@ Estimated usage metrics are generally available for the following usage types: | Ingested Custom Metrics | `datadog.estimated_usage.metrics.custom.ingested`, `datadog.estimated_usage.metrics.custom.ingested.by_metric`, `datadog.estimated_usage.metrics.custom.ingested.by_tag` | Unique ingested Custom Metrics seen in the last hour. | | Logs Ingested Bytes | `datadog.estimated_usage.logs.ingested_bytes` | Total ingestion of logs in bytes. | | Logs Ingested Events | `datadog.estimated_usage.logs.ingested_events` | Total number of ingested events, including excluded logs. | +| Logs Pipelines Bytes | `datadog.estimated_usage.logs.ingested_bytes` | Number of logs matched by pipelines in bytes. | +| Logs Pipelines Events | `datadog.estimated_usage.logs.ingested_events` | Number of events matched by pipelines in bytes, including excluded logs| | Logs Drop Count | `datadog.estimated_usage.logs.drop_count` | Total number of events dropped during ingestion. | | Logs Truncated Count | `datadog.estimated_usage.logs.truncated_count` | Total number of events truncated at ingestion. | | Logs Truncated Bytes | `datadog.estimated_usage.logs.truncated_bytes` | Volume of truncated events in bytes. |