Skip to content

Commit 4d186fd

Browse files
authored
README: Fix incomplete sentence for register (#604)
1 parent 5adf350 commit 4d186fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ available on Linux.
5151
`collectDefaultMetrics` optionally accepts a config object with following entries:
5252

5353
- `prefix` an optional prefix for metric names. Default: no prefix.
54-
- `register` to which metrics should be registered. Default: the global default registry.
54+
- `register` to which registry the metrics should be registered. Default: the global default registry.
5555
- `gcDurationBuckets` with custom buckets for GC duration histogram. Default buckets of GC duration histogram are `[0.001, 0.01, 0.1, 1, 2, 5]` (in seconds).
5656
- `eventLoopMonitoringPrecision` with sampling rate in milliseconds. Must be greater than zero. Default: 10.
5757

0 commit comments

Comments
 (0)