We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d8d28 commit f354375Copy full SHA for f354375
docs/spectator/lang/go/migrations.md
@@ -73,7 +73,7 @@ Note that common tags sourced by [spectatord](https://github.com/Netflix-Skunkwo
73
### Migration Steps
74
75
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.
+2. Update imports for `Config` and `Registry`, and use the `meters` package instead of `spectator` for Meters.
77
3. If you want to collect runtime metrics, add the [spectator-go-runtime-metrics](https://github.com/Netflix/spectator-go-runtime-metrics)
78
library, and follow the instructions in the README.
79
4. If you use `PercentileDistributionSummary` or `PercentileTimer`, then you need to update your code to use the
0 commit comments