Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Metz <[email protected]>
  • Loading branch information
cmetz100 committed Feb 4, 2025
1 parent 42fa46b commit 4dff200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lading/src/target_metrics/prometheus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ pub(crate) async fn scrape_metrics(
};

if value.is_nan() {
warn!("Skipping NaN guage value");
warn!("Skipping NaN gauge value");
continue;
}

Expand Down

0 comments on commit 4dff200

Please sign in to comment.