Skip to content

Commit 57c2c99

Browse files
authored
Update migrations.md
1 parent f354375 commit 57c2c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spectator/lang/go/migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ Note that common tags sourced by [spectatord](https://github.com/Netflix-Skunkwo
7979
4. If you use `PercentileDistributionSummary` or `PercentileTimer`, then you need to update your code to use the
8080
respective functions provided by the `Registry` to initialize these meters.
8181
5. Remove the dependency on the `spectator-go` internal configuration library - it is no longer required.
82-
6. There is no longer an option to `start()` or `stop()` the registry at runtime. If you need to configure a `Registry`
82+
6. There is no longer an option to `start()` or `stop()` the `Registry` at runtime. If you need to configure a `Registry`
8383
that doesn't emit metrics, for testing purposes, you can use the `spectator.Config.Location` option with `none` to
8484
configure a no-op writer.

0 commit comments

Comments
 (0)