Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshFerge committed Dec 20, 2024
1 parent 2313872 commit 594ee4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust_snuba/src/processors/uptime_monitor_checks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,13 @@ struct UptimeMonitorCheckMessage {
actual_check_time_ms: f64,
duration_ms: u64,
status: String,
span_id: Option<String>,
status_reason: Option<CheckStatusReason>,
trace_id: Uuid,
request_info: Option<RequestInfo>,
}
#[derive(Debug, Deserialize)]
pub struct RequestInfo {
pub http_status_code: Option<u16>,
pub request_type: Option<String>,
}
#[derive(Debug, PartialEq, Deserialize, Serialize)]
#[serde(rename_all = "snake_case")]
Expand Down

0 comments on commit 594ee4d

Please sign in to comment.