Skip to content

Improve dogstatsd stats subcommand memory usage. #886

@rayz

Description

@rayz

The current implementation builds the output table in memory before any writing is done.

We should

  1. Add logging to indicate when the status of the command (whether it's waiting for the response or building the output)
  2. Limit the output size in pretty mode
  3. Offer a new way to output in a programmatic format

Metadata

Metadata

Assignees

Labels

area/memoryMemory bounds and memory management.type/enhancementAn enhancement in functionality or support.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions