Skip to content

Commit ba0bd36

Browse files
committed
comment
1 parent b310b78 commit ba0bd36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

relay-server/src/statsd.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,10 @@ pub enum RelayTimers {
410410
/// applied. Note that minidumps which failed to be parsed (status="error" in
411411
/// scrubbing.minidumps.duration) will be scrubbed as plain attachments and count
412412
/// towards this.
413+
///
414+
/// This metric is tagged with:
415+
///
416+
/// - `attachment_type`: The type of attachment, e.g. "minidump".
413417
AttachmentScrubbing,
414418
/// Total time spent to send request to upstream Relay and handle the response.
415419
///

0 commit comments

Comments
 (0)