Skip to content

Commit

Permalink
Fix up doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markdingram committed Jun 8, 2023
1 parent 336bc0e commit 165d24c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
//! selectors::simple::histogram([1.0, 2.0, 5.0, 10.0, 20.0, 50.0]),
//! aggregation::cumulative_temporality_selector(),
//! )
//! .with_memory(true),
//! )
//! .build();
//! let exporter = opentelemetry_prometheus::exporter(controller).init();
Expand Down
1 change: 0 additions & 1 deletion src/middleware/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ impl RequestMetricsBuilder {
/// selectors::simple::histogram([1.0, 2.0, 5.0, 10.0, 20.0, 50.0]),
/// aggregation::cumulative_temporality_selector(),
/// )
/// .with_memory(true),
/// )
/// .build();
/// let exporter = opentelemetry_prometheus::exporter(controller).init();
Expand Down

0 comments on commit 165d24c

Please sign in to comment.