Skip to content

Commit

Permalink
no conversion needed
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaecker committed Jul 9, 2024
1 parent 1935da9 commit 6082e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oximeter/instruments/src/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl RequestLatencyHistogram {
Self {
route: normalized_uri_path(request.uri()),
method: request.method().to_string().into(),
status_code: status_code.as_u16(),
status_code: status_code.as_u16().into(),
datum: histogram,
}
}
Expand Down

0 comments on commit 6082e16

Please sign in to comment.