Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbayer committed Jan 7, 2025
1 parent b310b78 commit ba0bd36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions relay-server/src/statsd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,10 @@ pub enum RelayTimers {
/// applied. Note that minidumps which failed to be parsed (status="error" in
/// scrubbing.minidumps.duration) will be scrubbed as plain attachments and count
/// towards this.
///
/// This metric is tagged with:
///
/// - `attachment_type`: The type of attachment, e.g. "minidump".
AttachmentScrubbing,
/// Total time spent to send request to upstream Relay and handle the response.
///
Expand Down

0 comments on commit ba0bd36

Please sign in to comment.