Skip to content

Commit f354375

Browse files
authored
Update migrations.md
1 parent 88d8d28 commit f354375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/spectator/lang/go/migrations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Note that common tags sourced by [spectatord](https://github.com/Netflix-Skunkwo
7373
### Migration Steps
7474

7575
1. Make sure you're not relying on any of the [removed functionality](#removed).
76-
2. Update imports for `Config` and `Registry`, and to use `meters` package instead of `spectator` for Meters.
76+
2. Update imports for `Config` and `Registry`, and use the `meters` package instead of `spectator` for Meters.
7777
3. If you want to collect runtime metrics, add the [spectator-go-runtime-metrics](https://github.com/Netflix/spectator-go-runtime-metrics)
7878
library, and follow the instructions in the README.
7979
4. If you use `PercentileDistributionSummary` or `PercentileTimer`, then you need to update your code to use the

0 commit comments

Comments
 (0)