README.md in sidekiq_prometheus-1.5.0 vs README.md in sidekiq_prometheus-1.6.0

- old
+ new

@@ -80,9 +80,10 @@ * `gc_metrics_enabled`: Boolean that determines whether to record object allocation metrics per job. The default is `true`. Setting this to `false` if you don't need this metric. * `global_metrics_enabled`: Boolean that determines whether to report global metrics from the PeriodicMetrics reporter. When `true` this will report on a number of stats from the Sidekiq API for the cluster. This requires Sidekiq::Enterprise as the reporter uses the leader election functionality to ensure that only one worker per cluster is reporting metrics. * `periodic_metrics_enabled`: Boolean that determines whether to run the periodic metrics reporter. `PeriodicMetrics` runs a separate thread that reports on global metrics (if enabled) as well worker GC stats (if enabled). It reports metrics on the interval defined by `periodic_reporting_interval`. Defaults to `true`. * `periodic_reporting_interval`: interval in seconds for reporting periodic metrics. Default: `30` * `metrics_server_enabled`: Boolean that determines whether to run the rack server. Defaults to `true` +* `metrics_server_logging_enabled`: Boolean that determines if the metrics server will log access logs. Defaults to `true` * `metrics_host`: Host on which the rack server will listen. Defaults to `localhost` * `metrics_port`: Port on which the rack server will listen. Defaults to `9359` * `registry`: An instance of `Prometheus::Client::Registry`. If you have a registry with defined metrics you can use this option to pass in your registry.