Skip to content

Commit 88d8d28

Browse files
authored
remove reference to Config in Removed section (#199)
1 parent 82fdff3 commit 88d8d28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/spectator/lang/nodejs/migrations.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ which was not used or their capabilities are replicated in the currently availab
8484
update a `Gauge` metric with the value. Alternatively, consider a `Gauge` with a TTL, or an `AgeGauge`.
8585
* `HttpClient` has been removed, and it was never exported. Use the standard `https` client, or another library, instead.
8686
* `Meter`s no longer have a `measure()` method. Meters are now stateless and do not store measurements.
87-
* `Config` is simplified and local to this library. There is no longer a need to import the internal
88-
configuration library.
8987
* `Registry` no longer has a `start()` function. The `Registry` is now effectively stateless and there is
9088
nothing to start other than opening the output location.
9189
* `Registry` no longer has a `stop()` function. Instead, use `close()` to close the registry. Once the

0 commit comments

Comments
 (0)