diff options
-rw-r--r-- | config.ru | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.ru b/config.ru index d3c6e304998..530d8e32377 100644 --- a/config.ru +++ b/config.ru @@ -17,7 +17,6 @@ end require ::File.expand_path('../config/environment', __FILE__) - # The following is necessary to ensure stale Prometheus metrics don't accumulate over time. # It needs to be done as early as here to ensure metrics files aren't deleted. # After we hit our app in `warmup`, first metrics and corresponding files already being created, |