Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logs.processed and logs.sent metrics will not be emitted #27410

Merged
merged 1 commit into from
Feb 3, 2025
Merged
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: 0 additions & 2 deletions content/en/data_security/agent.md
Original file line number Diff line number Diff line change
@@ -147,10 +147,8 @@ DD_AGENT_TELEMETRY_ENABLED=false
| pymem.alloc | Total number of bytes allocated by the Python interpreter since the start of the Agent |
| api_server.request_duration_seconds | CLI commands execution performance (if executed) |
| logs.decoded | Total number of decoded logs |
| logs.processed | Total number of processed logs |
| logs.sender_latency | HTTP sender latency in milliseconds |
| logs.bytes_missed | Total number of bytes lost before they could be consumed by the Agent, such as after log rotation |
| logs.sent | Total number of sent logs |
| logs.dropped | Total number of logs dropped |
| logs.bytes_sent | Total number of bytes send before encoding, if any |
| logs.encoded_bytes_sent | Total number of sent bytes after encoding, if any |