-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a change that just kept on giving! So I started out wanting to remove the health check that verifies whether next-metrics is configured properly. We don't need this any more, I couldn't care less if an app stops sending metrics 🙈 we will rethink this in future, the right way is probably a heartbeat metric in OpenTelemetry. Anyway, once I removed the metrics health check there were no more default checks. This means there are no more ticking checks at all as far as I can tell. This allowed me to remove a bunch of redundant code from the internals. I tested this by symlinking it into several different n-express apps and everything starts up fine, including for apps that define their own healthchecks.
- Loading branch information
1 parent
8dddb67
commit 3dd435f
Showing
6 changed files
with
4 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters