Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousben authored and ttys3 committed Dec 20, 2024
1 parent 28091ce commit 21aee4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ impl<T: opentelemetry_sdk::metrics::reader::MetricReader + Send + Sync + 'static
let res_size = meter
.u64_histogram("http.server.response.size")
.with_unit("By")
.with_description("The HTTP reponse sizes in bytes.")
.with_description("The HTTP response sizes in bytes.")
.with_boundaries(HTTP_REQ_SIZE_HISTOGRAM_BUCKETS.to_vec())
.build();

Expand Down

0 comments on commit 21aee4e

Please sign in to comment.