Skip to content
Open
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions content/en/account_management/billing/usage_metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
Loading