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. |