Skip to content

Commit

Permalink
Address code review concerns
Browse files Browse the repository at this point in the history
  • Loading branch information
iglendd committed Jan 3, 2025
1 parent cb3a3b5 commit b42644e
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions content/en/data_security/agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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) |

Check warning on line 189 in content/en/data_security/agent.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words

Use 'Cloud Network Monitoring' instead of 'Network Performance Monitoring'.

Only applicable metrics are emitted. For example, if DBM is not enabled, none of the database related metrics are emitted.

Expand Down

0 comments on commit b42644e

Please sign in to comment.