Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Aug 22, 2024
1 parent 5c0e9dc commit 97740f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RGB, using either `#RRGGBB` or `#RGB` format.
If a metric is not prefixed with `~`, it is processed by the primary exporter.

```rust,ignore
let primary_recorder = SomePrimaryMetricsRecorder::new();
let primary_recorder = SomePrimaryMetricsRecorder::new().build();
metrics_exporter_scope::ScopeBuilder::new()
.with_fallback(Box::new(primary_recorder))
Expand Down

0 comments on commit 97740f4

Please sign in to comment.