We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b310b78 commit ba0bd36Copy full SHA for ba0bd36
relay-server/src/statsd.rs
@@ -410,6 +410,10 @@ pub enum RelayTimers {
410
/// applied. Note that minidumps which failed to be parsed (status="error" in
411
/// scrubbing.minidumps.duration) will be scrubbed as plain attachments and count
412
/// towards this.
413
+ ///
414
+ /// This metric is tagged with:
415
416
+ /// - `attachment_type`: The type of attachment, e.g. "minidump".
417
AttachmentScrubbing,
418
/// Total time spent to send request to upstream Relay and handle the response.
419
///
0 commit comments