README.md in service_skeleton-0.0.0.3.g1269800.1.gaaa2fa1 vs README.md in service_skeleton-0.0.0.3.g1269800.1.gaaa2fa1.6.gf4e308e

- old
+ new

@@ -487,14 +487,11 @@ [Ruby GC metrics](https://www.rubydoc.info/gems/frankenstein/Frankenstein/RubyGCMetrics), and [Ruby VM metrics](https://www.rubydoc.info/gems/frankenstein/Frankenstein/RubyVMMetrics). -If, for some reason, you *don't* want any default metrics in your bundle of -metrics, call `no_default_metrics` in your service class definition. - ### Metrics Server Configuration Whilst metrics are always collected, they're not very useful unless they can be scraped by a server. To enable that, you'll need to look at the following configuration variables. All metrics configuration environment variables are @@ -518,12 +515,11 @@ behaviours for common signals. ### Default Signals -Unless told otherwise, by calling the `no_default_signals` class method in your -service class' definition, the following signals will be hooked with the following -behaviour: +When the `#run` method on your service instance is called, the following +signals will be hooked with the following behaviour: * **`SIGUSR1`** -- increase the default minimum severity for messages which will be emitted by the logger. The default severity only applies to log messages whose progname does not match a "progname specifier" (see "[Logging Configuration](#logging-configuration)").