@@ -132,6 +132,12 @@ DD_AGENT_TELEMETRY_ENABLED=false
132
132
{{< /tabs >}}
133
133
134
134
** Telemetry content:**
135
+
136
+ To view the latest Telemetry content, run the following command:
137
+ ``` bash
138
+ agent diagnose show-metadata agent-telemetry
139
+ ```
140
+
135
141
| Metadata ([ source] [ 1 ] ) |
136
142
| ---------------------- |
137
143
| Machine id |
@@ -140,39 +146,46 @@ DD_AGENT_TELEMETRY_ENABLED=false
140
146
| OS version |
141
147
| Agent version |
142
148
143
- | Metrics ([ source] [ 2 ] ) | Description |
144
- | ------------------------------------------- | ------------------------------------------------------------------------------------------------- |
145
- | checks.execution_time | Check's execution time in milliseconds |
146
- | pymem.inuse | Number of bytes allocated by the Python interpreter |
147
- | pymem.alloc | Total number of bytes allocated by the Python interpreter since the start of the Agent |
148
- | api_server.request_duration_seconds | CLI commands execution performance (if executed) |
149
- | logs.decoded | Total number of decoded logs |
150
- | logs.sender_latency | HTTP sender latency in milliseconds |
151
- | logs.bytes_missed | Total number of bytes lost before they could be consumed by the Agent, such as after log rotation |
152
- | logs.dropped | Total number of logs dropped |
153
- | logs.bytes_sent | Total number of bytes send before encoding, if any |
154
- | logs.encoded_bytes_sent | Total number of sent bytes after encoding, if any |
155
- | logs.auto_multi_line_aggregator_flush | Number of multiline logs aggregated by the Agent |
156
- | dogstatsd.udp_packets | DogStatsD UDP packets bytes |
157
- | dogstatsd.uds_packets | DogStatsD UDS packets bytes |
158
- | transactions.input_count | Incoming transaction count |
159
- | transactions.requeued | Transaction requeue count |
160
- | transactions.retries | Transaction retry count |
161
- | point.sent | Total number of sent metrics |
162
- | point.dropped | Total number of dropped metrics |
163
- | oracle.activity_samples_count | Number of rows fetched in measuring query activity (Number of activity samples collected) |
164
- | oracle.activity_latency | Time to retrieve query activity in milliseconds |
165
- | oracle.statement_metrics | Time to retrieve database metrics in milliseconds |
166
- | oracle.statement_plan_errors | Number of errors in retrieving execution plans |
167
- | postgres.collect_relations_autodiscovery_ms | Time to collect autodiscoverty relations in milliseconds |
168
- | postgres.collect_stat_autodiscovery_ms | Time to collect Autodiscovery stats in milliseconds |
169
- | postgres.get_new_pg_stat_activity_ms | Time to get ` pg_stat_activity ` in milliseconds |
170
- | postgres.get_new_pg_stat_activity_count | Total rows fetched to collect ` pg_stat_activity ` |
171
- | postgres.get_active_connections_ms | Time to get active connections in milliseconds |
172
- | postgres.get_active_connections_count | Total rows fetched to get active connections |
173
- | postgres.collect_activity_snapshot_ms | Time to get activity snapshot in milliseconds |
174
- | postgres.collect_statement_samples_ms | Time to get statement samples in milliseconds |
175
- | postgres.collect_statement_samples_count | Total rows fetched to collect statement samples |
149
+ | Metrics ([ source] [ 2 ] ) | Description |
150
+ | ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
151
+ | ** Checks** | |
152
+ | checks.execution_time | Check's execution time in milliseconds |
153
+ | pymem.inuse | Number of bytes allocated by the Python interpreter |
154
+ | ** Logs and metrics** | |
155
+ | dogstatsd.udp_packets_bytes | DogStatsD UDP packets bytes |
156
+ | dogstatsd.uds_packets_bytes | DogStatsD UDS packets bytes |
157
+ | logs.auto_multi_line_aggregator_flush | Number of multi-line logs aggregated by the Agent |
158
+ | logs.bytes_missed | Total number of bytes lost before they could be consumed by the Agent, for example, after log rotation |
159
+ | logs.bytes_sent | Total number of bytes sent before encoding, if applicable |
160
+ | logs.decoded | Total number of decoded logs |
161
+ | logs.dropped | Total number of logs dropped |
162
+ | logs.encoded_bytes_sent | Total number of bytes sent after encoding, if applicable |
163
+ | logs.sender_latency | HTTP sender latency in milliseconds |
164
+ | point.dropped | Total number of dropped metrics |
165
+ | point.sent | Total number of sent metrics |
166
+ | transactions.input_count | Incoming transaction count |
167
+ | transactions.requeued | Transaction requeue count |
168
+ | transactions.retries | Transaction retry count |
169
+ | ** Database** | |
170
+ | oracle.activity_samples_count | Number of rows fetched in measuring query activity (Number of activity samples collected) |
171
+ | oracle.activity_latency | Time to retrieve query activity in milliseconds |
172
+ | oracle.statement_metrics | Time to retrieve database metrics in milliseconds |
173
+ | oracle.statement_plan_errors | Number of errors in retrieving execution plans |
174
+ | postgres.collect_activity_snapshot_ms | Time to get activity snapshot in milliseconds |
175
+ | postgres.collect_relations_autodiscovery_ms | Time to collect autodiscoverty relations in milliseconds |
176
+ | postgres.collect_statement_samples_ms | Time to get statement samples in milliseconds |
177
+ | postgres.collect_statement_samples_count | Total rows fetched to collect statement samples |
178
+ | postgres.collect_stat_autodiscovery_ms | Time to collect Autodiscovery stats in milliseconds |
179
+ | postgres.get_new_pg_stat_activity_ms | Time to get ` pg_stat_activity ` in milliseconds |
180
+ | postgres.get_new_pg_stat_activity_count | Total rows fetched to collect ` pg_stat_activity ` |
181
+ | postgres.get_active_connections_ms | Time to get active connections in milliseconds |
182
+ | postgres.get_active_connections_count | Total rows fetched to get active connections |
183
+ | postgres.schema_tables_elapsed_ms | Time to collect tables in Postgres schema |
184
+ | postgres.schema_tables_count | Total tables in Postgres schema |
185
+ | ** API** | |
186
+ | api_server.request_duration_seconds | CLI commands execution performance (if executed) |
187
+ | ** Events** | |
188
+ | agent_bsod | Agent-related BSOD information (occurs only in rare conditions when Datadog Cloud Network Monitoring is enabled) |
176
189
177
190
Only applicable metrics are emitted. For example, if DBM is not enabled, none of the database related metrics are emitted.
178
191
0 commit comments