Skip to content

Commit

Permalink
docs(bootstrap): improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkloock committed Jan 13, 2025
1 parent 1be6323 commit a580388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bootstrap/telemetry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ pub trait TelemetryConfig: Global {

/// Return a Prometheus metrics registry to scrape metrics from.
///
/// Returning `Some` will enable the `/metrics` http endpoint which is used
/// by Prometheus to scrape metrics.
/// Returning `Some` will enable the `/metrics` http endpoint which can be
/// used by Prometheus to scrape metrics.
///
/// Disabled (`None`) by default.
#[cfg(feature = "prometheus")]
Expand Down

0 comments on commit a580388

Please sign in to comment.