From b42644ecac07982e1533156c87a9e7fc2c84948e Mon Sep 17 00:00:00 2001 From: Len Gamburg Date: Fri, 3 Jan 2025 12:07:29 -0500 Subject: [PATCH] Address code review concerns --- content/en/data_security/agent.md | 84 +++++++++++++++---------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/content/en/data_security/agent.md b/content/en/data_security/agent.md index 97c34aef73e2b..56d7047db377f 100644 --- a/content/en/data_security/agent.md +++ b/content/en/data_security/agent.md @@ -133,7 +133,7 @@ DD_AGENT_TELEMETRY_ENABLED=false **Telemetry content:** -To see up-to-date Telemetry content run the following command +To view the latest Telemetry content, run the following command: ```bash agent diagnose show-metadata agent-telemetry ``` @@ -146,47 +146,47 @@ agent diagnose show-metadata agent-telemetry | OS version | | Agent version | -| Metrics ([source][2]) | Description | -| ------------------------------------------- | ------------------------------------------------------------------------------------------------- | -| **Checks** | | -| checks.execution_time | Check's execution time in milliseconds | -| pymem.inuse | Number of bytes allocated by the Python interpreter | -| **Logs and metrics** | | -| dogstatsd.udp_packets_bytes | DogStatsD UDP packets bytes | -| dogstatsd.uds_packets_bytes | DogStatsD UDS packets bytes | -| logs.bytes_missed | Total number of bytes lost before they could be consumed by the Agent, such as after log rotation | -| logs.bytes_sent | Total number of bytes send before encoding, if any | -| logs.decoded | Total number of decoded logs | -| logs.dropped | Total number of logs dropped | -| logs.encoded_bytes_sent | Total number of sent bytes after encoding, if any | -| logs.processed | Total number of processed logs | -| logs.sender_latency | HTTP sender latency in milliseconds | -| logs.sent | Total number of sent logs | -| point.dropped | Total number of dropped metrics | -| point.sent | Total number of sent metrics | -| transactions.input_count | Incoming transaction count | -| transactions.requeued | Transaction requeue count | -| transactions.retries | Transaction retry count | -| **Database** | | -| oracle.activity_samples_count | Number of rows fetched in measuring query activity (Number of activity samples collected) | -| oracle.activity_latency | Time to retrieve query activity in milliseconds | -| oracle.statement_metrics | Time to retrieve database metrics in milliseconds | -| oracle.statement_plan_errors | Number of errors in retrieving execution plans | -| postgres.collect_activity_snapshot_ms | Time to get activity snapshot in milliseconds | -| postgres.collect_relations_autodiscovery_ms | Time to collect autodiscoverty relations in milliseconds | -| postgres.collect_statement_samples_ms | Time to get statement samples in milliseconds | -| postgres.collect_statement_samples_count | Total rows fetched to collect statement samples | -| postgres.collect_stat_autodiscovery_ms | Time to collect Autodiscovery stats in milliseconds | -| postgres.get_new_pg_stat_activity_ms | Time to get `pg_stat_activity` in milliseconds | -| postgres.get_new_pg_stat_activity_count | Total rows fetched to collect `pg_stat_activity` | -| postgres.get_active_connections_ms | Time to get active connections in milliseconds | -| postgres.get_active_connections_count | Total rows fetched to get active connections | -| postgres.schema_tables_elapsed_ms | Time to collect tables in Postgres schema | -| postgres.schema_tables_count | Total tables in Postgres schema | -| **API** | | -| api_server.request_duration_seconds | CLI commands execution performance (if executed) | -| **Events** | | -| agent_bsod | Agent related BSOD info (very rare and only if Datadog Network Performace Monitoring is enabled) | +| Metrics ([source][2]) | Description | +| ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | +| **Checks** | | +| checks.execution_time | Check's execution time in milliseconds | +| pymem.inuse | Number of bytes allocated by the Python interpreter | +| **Logs and metrics** | | +| dogstatsd.udp_packets_bytes | DogStatsD UDP packets bytes | +| dogstatsd.uds_packets_bytes | DogStatsD UDS packets bytes | +| logs.bytes_missed | Total number of bytes lost before they could be consumed by the Agent, for example, after log rotation | +| logs.bytes_sent | Total number of bytes sent before encoding, if applicable | +| logs.decoded | Total number of decoded logs | +| logs.dropped | Total number of logs dropped | +| logs.encoded_bytes_sent | Total number of bytes sent after encoding, if applicable | +| logs.processed | Total number of processed logs | +| logs.sender_latency | HTTP sender latency in milliseconds | +| logs.sent | Total number of sent logs | +| point.dropped | Total number of dropped metrics | +| point.sent | Total number of sent metrics | +| transactions.input_count | Incoming transaction count | +| transactions.requeued | Transaction requeue count | +| transactions.retries | Transaction retry count | +| **Database** | | +| oracle.activity_samples_count | Number of rows fetched in measuring query activity (Number of activity samples collected) | +| oracle.activity_latency | Time to retrieve query activity in milliseconds | +| oracle.statement_metrics | Time to retrieve database metrics in milliseconds | +| oracle.statement_plan_errors | Number of errors in retrieving execution plans | +| postgres.collect_activity_snapshot_ms | Time to get activity snapshot in milliseconds | +| postgres.collect_relations_autodiscovery_ms | Time to collect autodiscoverty relations in milliseconds | +| postgres.collect_statement_samples_ms | Time to get statement samples in milliseconds | +| postgres.collect_statement_samples_count | Total rows fetched to collect statement samples | +| postgres.collect_stat_autodiscovery_ms | Time to collect Autodiscovery stats in milliseconds | +| postgres.get_new_pg_stat_activity_ms | Time to get `pg_stat_activity` in milliseconds | +| postgres.get_new_pg_stat_activity_count | Total rows fetched to collect `pg_stat_activity` | +| postgres.get_active_connections_ms | Time to get active connections in milliseconds | +| postgres.get_active_connections_count | Total rows fetched to get active connections | +| postgres.schema_tables_elapsed_ms | Time to collect tables in Postgres schema | +| postgres.schema_tables_count | Total tables in Postgres schema | +| **API** | | +| api_server.request_duration_seconds | CLI commands execution performance (if executed) | +| **Events** | | +| agent_bsod | Agent-related BSOD information (occurs only in rare conditions when Datadog Network Performance Monitoring is enabled) | Only applicable metrics are emitted. For example, if DBM is not enabled, none of the database related metrics are emitted.