Skip to content

benchmarking: Record more APM Server usage metrics #7817

@marclop

Description

@marclop

Description

We currently record a few metrics related to the APM Server's event processing and golang memory allocations. We're still missing some more metrics to help us collect data points that are useful as it comes to sizing APM Server and understanding its memory usage.

We should aim to record (ideally in a histogram so we can see distributions):

  • RSS memory consumption
  • Goroutines
  • Available indexers

GC metrics (Go docs):

  • GC cycles
  • Heap information

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions