relay icon indicating copy to clipboard operation
relay copied to clipboard

feat(server): Track a spans/count_per_root_project metric

Open jan-auer opened this issue 1 year ago • 0 comments

Adds a new metric c:spans/count_per_root_project@none that tracks the number of spans per root project with a transaction and decision tag. This will be used by span-based dynamic sampling for rebalancing.

The new metric is tracked in the two places where span metrics are emitted:

  1. Event metric extraction
  2. Span processing

Requires https://github.com/getsentry/sentry/pull/78992 Closes https://github.com/getsentry/projects/issues/198

jan-auer avatar Oct 10 '24 14:10 jan-auer