Skip to content

remove reference to Config in Removed section #199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/spectator/lang/nodejs/migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ which was not used or their capabilities are replicated in the currently availab
update a `Gauge` metric with the value. Alternatively, consider a `Gauge` with a TTL, or an `AgeGauge`.
* `HttpClient` has been removed, and it was never exported. Use the standard `https` client, or another library, instead.
* `Meter`s no longer have a `measure()` method. Meters are now stateless and do not store measurements.
* `Config` is simplified and local to this library. There is no longer a need to import the internal
configuration library.
* `Registry` no longer has a `start()` function. The `Registry` is now effectively stateless and there is
nothing to start other than opening the output location.
* `Registry` no longer has a `stop()` function. Instead, use `close()` to close the registry. Once the
Expand Down