Issues with Grafana on selfhosted instance behind ReverseProxy
Gitlab version: 12.1.1 (gitlab-ce@f9abaa7d8335ca082ad47db79e772101816057a4)
Summary
When trying to visit the url (as admin): https://gitlab.domain.com/-/grafana I am encountered with a 404 Page not found error.
Steps to reproduce
Install the latest version of Gitlab (12.1.1) where Grafana is enable by default (since 12.0).
Example Project
Not Applicable
What is the current bug behavior?
When trying to visit the Grafana monitoring instance I am faced with a 404 Page not Found error.
What is the expected correct behavior?
When visiting https://gitlab.domain.com/-/grafana I expect to see the Grafana monitoring instance.
Relevant logs and/or screenshots
Screenshot_2019-07-27_at_16.29.05
Output production.log
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:29:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:29:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:29:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:30:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:30:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:30:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:30:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:31:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:31:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:31:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:31:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:32:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:32:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:32:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:32:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:33:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:33:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:33:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:33:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:34:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:34:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:34:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:34:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:35:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:35:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:35:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:35:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:36:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:36:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:36:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:36:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:37:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:37:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:37:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:37:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:38:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:38:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:38:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:38:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:39:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:39:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:39:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:39:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:40:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:40:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:40:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:40:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:41:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:41:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:41:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:41:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:42:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:42:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 10ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:42:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:42:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:43:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:43:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:43:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:43:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:44:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:44:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:44:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:44:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:45:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:45:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:45:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:45:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:46:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:46:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:46:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:46:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:47:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:47:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:47:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:47:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:48:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:48:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:48:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:48:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:49:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:49:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:49:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:49:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:50:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:50:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:50:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:50:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:51:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:51:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:51:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:51:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:52:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:52:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:52:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:52:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:53:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:53:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:53:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:53:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:54:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:54:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:54:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:54:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:55:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:55:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:55:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:55:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:56:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:56:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:56:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:56:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:57:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:57:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:57:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:57:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:58:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:58:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:58:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:58:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:59:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:59:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:59:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 12:59:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
StuckCiJobsWorker: Cleaning stuck builds
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:00:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:00:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:00:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:00:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:01:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:01:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:01:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:01:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:02:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:02:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:02:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:02:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:03:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:03:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:03:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:03:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:04:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:04:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:04:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:04:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:05:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:05:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:05:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:05:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:06:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:06:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:06:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:06:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:07:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:07:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:07:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:07:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:08:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:08:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:08:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:08:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:09:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:09:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:09:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:09:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:10:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:10:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:10:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:10:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:11:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:11:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:11:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:11:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:12:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:12:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 93ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:12:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:12:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:13:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:13:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 10ms (Views: 1.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:13:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:13:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:14:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:14:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:14:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:14:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:15:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:15:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:15:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:15:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:16:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:16:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:16:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:16:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 1.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:17:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:17:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:17:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:17:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 15ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:18:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:18:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started POST "/api/v4/jobs/request" for 51.15.70.236 at 2019-07-27 13:18:33 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:18:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:18:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started POST "/api/v4/jobs/request" for 51.15.70.236 at 2019-07-27 13:19:11 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:19:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:19:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:19:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:19:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:20:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:20:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:20:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:20:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:21:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:21:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:21:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:21:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:22:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:22:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:22:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:22:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:23:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:23:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:23:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:23:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:24:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:24:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:24:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:24:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:25:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:25:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:25:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:25:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:26:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:26:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:26:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:26:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:27:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:27:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:27:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:27:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:28:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:28:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:28:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:28:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:29:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:29:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:29:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:29:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:30:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:30:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:30:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:30:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:31:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:31:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:31:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:31:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:32:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:32:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:32:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:32:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:33:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:33:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:33:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:33:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:34:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:34:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:34:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:34:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:35:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:35:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:35:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:35:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:36:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:36:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:36:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:36:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:37:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:37:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:37:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:37:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:38:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:38:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:38:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:38:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:39:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:39:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:39:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:39:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:40:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:40:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:40:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:40:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:41:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:41:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:41:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:41:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:42:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:42:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:42:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:42:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:43:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:43:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:43:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:43:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:44:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:44:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:44:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:44:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:45:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:45:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:45:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:45:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:46:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:46:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:46:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 12ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:46:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:47:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:47:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:47:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:47:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:48:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:48:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:48:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:48:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:49:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:49:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:49:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:49:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:50:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:50:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:50:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:50:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:51:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:51:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:51:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:51:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:52:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:52:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:52:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:52:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:53:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:53:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:53:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:53:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:54:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:54:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:54:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:54:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:55:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:55:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:55:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:55:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:56:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:56:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:56:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:56:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/" for 83.162.206.10 at 2019-07-27 13:57:03 +0000
Processing by RootController#index as HTML
Completed 200 OK in 1469ms (Views: 1204.6ms | ActiveRecord: 62.2ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 13:57:13 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 321ms (Views: 26.5ms | ActiveRecord: 41.7ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:57:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 13:57:20 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 399ms (Views: 43.0ms | ActiveRecord: 41.6ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:57:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:57:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/instance_statistics/conversational_development_index" for 83.162.206.10 at 2019-07-27 13:57:47 +0000
Processing by InstanceStatistics::ConversationalDevelopmentIndexController#index as HTML
Completed 200 OK in 814ms (Views: 735.8ms | ActiveRecord: 34.3ms)
Started GET "/admin" for 83.162.206.10 at 2019-07-27 13:57:50 +0000
Processing by Admin::DashboardController#index as HTML
Completed 200 OK in 1068ms (Views: 883.9ms | ActiveRecord: 107.9ms)
Started GET "/admin/application_settings/metrics_and_profiling" for 83.162.206.10 at 2019-07-27 13:57:56 +0000
Processing by Admin::ApplicationSettingsController#metrics_and_profiling as HTML
Completed 200 OK in 244ms (Views: 194.9ms | ActiveRecord: 13.6ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:57:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started PATCH "/admin/application_settings" for 83.162.206.10 at 2019-07-27 13:58:07 +0000
Processing by Admin::ApplicationSettingsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"[FILTERED]", "application_setting"=>{"grafana_enabled"=>"1", "grafana_url"=>"/-/grafana"}}
Redirected to https://gitlab.domain.com/admin/application_settings/metrics_and_profiling
Completed 302 Found in 143ms (ActiveRecord: 53.3ms)
Started GET "/admin/application_settings/metrics_and_profiling" for 83.162.206.10 at 2019-07-27 13:58:08 +0000
Processing by Admin::ApplicationSettingsController#metrics_and_profiling as HTML
Completed 200 OK in 760ms (Views: 718.5ms | ActiveRecord: 22.5ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:58:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 13:58:19 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 40ms (Views: 3.0ms | ActiveRecord: 5.0ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 13:58:21 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 45ms (Views: 3.5ms | ActiveRecord: 5.3ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 13:58:22 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 45ms (Views: 3.9ms | ActiveRecord: 4.8ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:58:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/admin" for 83.162.206.10 at 2019-07-27 13:58:34 +0000
Processing by Admin::DashboardController#index as HTML
Completed 200 OK in 193ms (Views: 113.5ms | ActiveRecord: 45.0ms)
Started GET "/admin/system_info" for 83.162.206.10 at 2019-07-27 13:58:37 +0000
Processing by Admin::SystemInfoController#show as HTML
Completed 200 OK in 160ms (Views: 110.6ms | ActiveRecord: 7.7ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 13:58:40 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 51ms (Views: 3.2ms | ActiveRecord: 9.4ms)
Started GET "/admin/requests_profiles" for 83.162.206.10 at 2019-07-27 13:58:43 +0000
Processing by Admin::RequestsProfilesController#index as HTML
Completed 200 OK in 272ms (Views: 145.6ms | ActiveRecord: 12.3ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:58:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/admin/health_check" for 83.162.206.10 at 2019-07-27 13:58:45 +0000
Processing by Admin::HealthCheckController#show as HTML
Completed 200 OK in 131ms (Views: 84.5ms | ActiveRecord: 11.0ms)
Started GET "/admin/logs" for 83.162.206.10 at 2019-07-27 13:58:46 +0000
Processing by Admin::LogsController#show as HTML
Completed 200 OK in 887ms (Views: 821.9ms | ActiveRecord: 36.4ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:58:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/admin/background_jobs" for 83.162.206.10 at 2019-07-27 13:59:00 +0000
Processing by Admin::BackgroundJobsController#show as HTML
Completed 200 OK in 1071ms (Views: 745.8ms | ActiveRecord: 63.6ms)
Started GET "/admin/sidekiq" for 83.162.206.10 at 2019-07-27 13:59:01 +0000
Started GET "/admin/sidekiq/stylesheets/bootstrap.css" for 83.162.206.10 at 2019-07-27 13:59:02 +0000
Started GET "/admin/sidekiq/stylesheets/application.css" for 83.162.206.10 at 2019-07-27 13:59:02 +0000
Started GET "/admin/sidekiq/javascripts/application.js" for 83.162.206.10 at 2019-07-27 13:59:02 +0000
Started GET "/admin/sidekiq/javascripts/dashboard.js" for 83.162.206.10 at 2019-07-27 13:59:02 +0000
Started GET "/admin/sidekiq/images/status.png" for 83.162.206.10 at 2019-07-27 13:59:02 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 13:59:07 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 13:59:12 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:59:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 11ms (Views: 1.2ms | ActiveRecord: 0.0ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 13:59:17 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 13:59:22 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 13:59:27 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:59:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 13:59:32 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 13:59:37 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 13:59:42 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:59:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 13:59:47 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 13:59:52 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 13:59:57 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 13:59:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:00:02 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:00:07 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:00:13 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:00:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:00:18 +0000
StuckCiJobsWorker: Cleaning stuck builds
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:00:23 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:00:28 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:00:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 12ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:00:33 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:00:38 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:00:43 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:00:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:00:48 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:00:53 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:00:58 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:00:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 13ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:01:03 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:01:08 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:01:13 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:01:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:01:18 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:01:23 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:01:28 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:01:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 10ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:01:33 +0000
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 14:01:34 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 36ms (Views: 2.5ms | ActiveRecord: 4.5ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 14:01:35 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 40ms (Views: 2.8ms | ActiveRecord: 4.6ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 14:01:36 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 33ms (Views: 2.7ms | ActiveRecord: 3.3ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 14:01:37 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 45ms (Views: 2.7ms | ActiveRecord: 9.4ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:01:38 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:01:42 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:01:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:01:48 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:01:53 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:01:57 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:01:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 12ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:02:02 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:02:07 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:02:12 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:02:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 11ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:02:17 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:02:22 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:02:27 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:02:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:02:32 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:02:37 +0000
Started GET "/admin/background_jobs" for 83.162.206.10 at 2019-07-27 14:02:37 +0000
Processing by Admin::BackgroundJobsController#show as HTML
Completed 200 OK in 202ms (Views: 151.9ms | ActiveRecord: 8.3ms)
Started GET "/admin/sidekiq" for 83.162.206.10 at 2019-07-27 14:02:38 +0000
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 14:02:40 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 40ms (Views: 2.4ms | ActiveRecord: 4.8ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:02:44 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:02:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:02:49 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:02:54 +0000
Started POST "/api/v4/jobs/request" for 51.15.70.236 at 2019-07-27 14:02:56 +0000
Started GET "/admin/sidekiq/stats" for 83.162.206.10 at 2019-07-27 14:02:59 +0000
Creating scope :of_projects. Overwriting existing method MergeRequest.of_projects.
Creating scope :join_project. Overwriting existing method MergeRequest.join_project.
Creating scope :references_project. Overwriting existing method MergeRequest.references_project.
Creating scope :system. Overwriting existing method Note.system.
Creating scope :of_projects. Overwriting existing method MergeRequest.of_projects.
Creating scope :join_project. Overwriting existing method MergeRequest.join_project.
Creating scope :references_project. Overwriting existing method MergeRequest.references_project.
Creating scope :system. Overwriting existing method Note.system.
Creating scope :created. Overwriting existing method Ci::Stage.created.
Creating scope :pending. Overwriting existing method Ci::Stage.pending.
Creating scope :running. Overwriting existing method Ci::Stage.running.
Creating scope :success. Overwriting existing method Ci::Stage.success.
Creating scope :failed. Overwriting existing method Ci::Stage.failed.
Creating scope :canceled. Overwriting existing method Ci::Stage.canceled.
Creating scope :skipped. Overwriting existing method Ci::Stage.skipped.
Creating scope :manual. Overwriting existing method Ci::Stage.manual.
Creating scope :scheduled. Overwriting existing method Ci::Stage.scheduled.
Creating scope :preparing. Overwriting existing method Ci::Stage.preparing.
Creating scope :order_name_asc. Overwriting existing method Label.order_name_asc.
Creating scope :order_name_desc. Overwriting existing method Label.order_name_desc.
Creating scope :order_name_asc. Overwriting existing method Member.order_name_asc.
Creating scope :order_name_desc. Overwriting existing method Member.order_name_desc.
Creating scope :created. Overwriting existing method Ci::Stage.created.
Creating scope :pending. Overwriting existing method Ci::Stage.pending.
Creating scope :running. Overwriting existing method Ci::Stage.running.
Creating scope :success. Overwriting existing method Ci::Stage.success.
Creating scope :failed. Overwriting existing method Ci::Stage.failed.
Creating scope :canceled. Overwriting existing method Ci::Stage.canceled.
Creating scope :skipped. Overwriting existing method Ci::Stage.skipped.
Creating scope :manual. Overwriting existing method Ci::Stage.manual.
Creating scope :scheduled. Overwriting existing method Ci::Stage.scheduled.
Creating scope :preparing. Overwriting existing method Ci::Stage.preparing.
Creating scope :fresh. Overwriting existing method ProjectSnippet.fresh.
Creating scope :system. Overwriting existing method PrometheusMetric.system.
Creating scope :order_name_asc. Overwriting existing method Label.order_name_asc.
Creating scope :order_name_desc. Overwriting existing method Label.order_name_desc.
Creating scope :order_name_asc. Overwriting existing method Member.order_name_asc.
Creating scope :order_name_desc. Overwriting existing method Member.order_name_desc.
Creating scope :fresh. Overwriting existing method ProjectSnippet.fresh.
Creating scope :system. Overwriting existing method PrometheusMetric.system.
Creating scope :system. Overwriting existing method Gitlab::DatabaseImporters::CommonMetrics::PrometheusMetric.system.
Creating scope :system. Overwriting existing method Gitlab::DatabaseImporters::CommonMetrics::PrometheusMetric.system.
Started GET "/" for at 2019-07-27 14:03:26 +0000
Processing by RootController#index as HTML
Redirected to http://example.org/users/sign_in
Filter chain halted as :redirect_unlogged_user rendered or redirected
Completed 302 Found in 173ms (ActiveRecord: 34.2ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 14:03:38 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 470ms (Views: 67.7ms | ActiveRecord: 68.3ms)
Started GET "/favicon.ico" for 83.162.206.10 at 2019-07-27 14:03:39 +0000
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 14:03:40 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 387ms (Views: 40.6ms | ActiveRecord: 44.9ms)
Started GET "/favicon.ico" for 83.162.206.10 at 2019-07-27 14:03:41 +0000
Started GET "/admin/application_settings/metrics_and_profiling" for 83.162.206.10 at 2019-07-27 14:03:44 +0000
Processing by Admin::ApplicationSettingsController#metrics_and_profiling as HTML
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:03:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 17ms (Views: 12.9ms)
Completed 200 OK in 1347ms (Views: 946.4ms | ActiveRecord: 96.9ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:03:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 26ms (Views: 18.2ms | ActiveRecord: 0.0ms)
Started GET "/-/instance_statistics" for 83.162.206.10 at 2019-07-27 14:04:01 +0000
Started GET "/-/instance_statistics/conversational_development_index" for 83.162.206.10 at 2019-07-27 14:04:01 +0000
Processing by InstanceStatistics::ConversationalDevelopmentIndexController#index as HTML
Completed 200 OK in 156ms (Views: 107.8ms | ActiveRecord: 9.9ms)
Started GET "/admin/application_settings/metrics_and_profiling" for 83.162.206.10 at 2019-07-27 14:04:03 +0000
Processing by Admin::ApplicationSettingsController#metrics_and_profiling as HTML
Completed 200 OK in 140ms (Views: 100.9ms | ActiveRecord: 9.6ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:04:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 2.0ms | ActiveRecord: 0.0ms)
Started GET "/admin/application_settings/usage_data.html" for 83.162.206.10 at 2019-07-27 14:04:17 +0000
Processing by Admin::ApplicationSettingsController#usage_data as HTML
Completed 200 OK in 1072ms (Views: 1.3ms | ActiveRecord: 348.8ms)
Started PATCH "/admin/application_settings/metrics_and_profiling" for 83.162.206.10 at 2019-07-27 14:04:24 +0000
Processing by Admin::ApplicationSettingsController#metrics_and_profiling as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"[FILTERED]", "application_setting"=>{"version_check_enabled"=>"1", "usage_ping_enabled"=>"1", "instance_statistics_visibility_private"=>"true"}}
Redirected to https://gitlab.domain.com/admin/application_settings/metrics_and_profiling
Completed 302 Found in 146ms (ActiveRecord: 47.1ms)
Started GET "/admin/application_settings/metrics_and_profiling" for 83.162.206.10 at 2019-07-27 14:04:24 +0000
Processing by Admin::ApplicationSettingsController#metrics_and_profiling as HTML
Completed 200 OK in 798ms (Views: 763.8ms | ActiveRecord: 8.3ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:04:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 26ms (Views: 14.6ms | ActiveRecord: 0.0ms)
Started GET "/-/-/metrics" for 83.162.206.10 at 2019-07-27 14:04:36 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/-/metrics"}
Completed 404 Not Found in 28ms (Views: 2.0ms | ActiveRecord: 3.9ms)
Started GET "/-/metrics" for 83.162.206.10 at 2019-07-27 14:04:41 +0000
Processing by MetricsController#index as HTML
Filter chain halted as :validate_ip_whitelisted_or_valid_token! rendered or redirected
Completed 404 Not Found in 39ms (Views: 37.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:04:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 31ms (Views: 18.3ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:04:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 14:05:02 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 403ms (Views: 32.5ms | ActiveRecord: 47.6ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 14:05:08 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 70ms (Views: 24.6ms | ActiveRecord: 5.1ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 14:05:10 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 37ms (Views: 3.2ms | ActiveRecord: 4.9ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:05:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 14:05:18 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 32ms (Views: 3.0ms | ActiveRecord: 4.6ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:05:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/admin/application_settings/metrics_and_profiling" for 83.162.206.10 at 2019-07-27 14:05:31 +0000
Processing by Admin::ApplicationSettingsController#metrics_and_profiling as HTML
Completed 200 OK in 185ms (Views: 141.1ms | ActiveRecord: 9.8ms)
Started GET "/-/instance_statistics" for 83.162.206.10 at 2019-07-27 14:05:32 +0000
Started GET "/-/instance_statistics/conversational_development_index" for 83.162.206.10 at 2019-07-27 14:05:32 +0000
Processing by InstanceStatistics::ConversationalDevelopmentIndexController#index as HTML
Completed 200 OK in 1067ms (Views: 711.2ms | ActiveRecord: 73.3ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:05:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 16ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/instance_statistics/cohorts" for 83.162.206.10 at 2019-07-27 14:05:49 +0000
Processing by InstanceStatistics::CohortsController#index as HTML
Completed 200 OK in 867ms (Views: 411.2ms | ActiveRecord: 21.9ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:05:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/admin" for 83.162.206.10 at 2019-07-27 14:06:06 +0000
Processing by Admin::DashboardController#index as HTML
Completed 200 OK in 1272ms (Views: 1111.6ms | ActiveRecord: 107.2ms)
Started GET "/-/metrics" for 83.162.206.10 at 2019-07-27 14:06:10 +0000
Processing by MetricsController#index as HTML
Filter chain halted as :validate_ip_whitelisted_or_valid_token! rendered or redirected
Completed 404 Not Found in 31ms (Views: 30.0ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:06:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:06:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 13ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:06:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:06:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:07:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 83.162.206.10 at 2019-07-27 14:07:18 +0000
Processing by MetricsController#index as HTML
Filter chain halted as :validate_ip_whitelisted_or_valid_token! rendered or redirected
Completed 404 Not Found in 33ms (Views: 32.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 83.162.206.10 at 2019-07-27 14:07:19 +0000
Processing by MetricsController#index as HTML
Filter chain halted as :validate_ip_whitelisted_or_valid_token! rendered or redirected
Completed 404 Not Found in 28ms (Views: 26.1ms | ActiveRecord: 0.0ms)
Started GET "/-/-/metrics" for 83.162.206.10 at 2019-07-27 14:07:22 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/-/metrics"}
Completed 404 Not Found in 37ms (Views: 4.3ms | ActiveRecord: 2.2ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:07:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Started GET "/admin" for 83.162.206.10 at 2019-07-27 14:07:32 +0000
Processing by Admin::DashboardController#index as HTML
Completed 200 OK in 1263ms (Views: 1041.3ms | ActiveRecord: 125.1ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:07:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/admin/users" for 83.162.206.10 at 2019-07-27 14:07:50 +0000
Processing by Admin::UsersController#index as HTML
Completed 200 OK in 300ms (Views: 209.0ms | ActiveRecord: 46.8ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:07:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/admin/jobs" for 83.162.206.10 at 2019-07-27 14:08:13 +0000
Processing by Admin::JobsController#index as HTML
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:08:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Completed 200 OK in 2553ms (Views: 1890.2ms | ActiveRecord: 377.2ms)
Started GET "/admin/groups" for 83.162.206.10 at 2019-07-27 14:08:18 +0000
Processing by Admin::GroupsController#index as HTML
Completed 200 OK in 234ms (Views: 170.7ms | ActiveRecord: 17.5ms)
Started GET "/admin/system_info" for 83.162.206.10 at 2019-07-27 14:08:21 +0000
Processing by Admin::SystemInfoController#show as HTML
Completed 200 OK in 224ms (Views: 174.8ms | ActiveRecord: 8.1ms)
Started GET "/admin/requests_profiles" for 83.162.206.10 at 2019-07-27 14:08:27 +0000
Processing by Admin::RequestsProfilesController#index as HTML
Completed 200 OK in 131ms (Views: 92.7ms | ActiveRecord: 4.7ms)
Started GET "/admin/health_check" for 83.162.206.10 at 2019-07-27 14:08:29 +0000
Processing by Admin::HealthCheckController#show as HTML
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:08:29 +0000
Completed 200 OK in 192ms (Views: 118.4ms | ActiveRecord: 12.5ms)
Processing by MetricsController#index as HTML
Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/admin/health_check" for 83.162.206.10 at 2019-07-27 14:08:31 +0000
Processing by Admin::HealthCheckController#show as HTML
Completed 200 OK in 155ms (Views: 96.8ms | ActiveRecord: 10.0ms)
Started GET "/admin/logs" for 83.162.206.10 at 2019-07-27 14:08:32 +0000
Processing by Admin::LogsController#show as HTML
Completed 200 OK in 212ms (Views: 168.8ms | ActiveRecord: 9.3ms)
Started GET "/admin/background_jobs" for 83.162.206.10 at 2019-07-27 14:08:33 +0000
Processing by Admin::BackgroundJobsController#show as HTML
Completed 200 OK in 213ms (Views: 160.2ms | ActiveRecord: 12.2ms)
Started GET "/admin/sidekiq" for 83.162.206.10 at 2019-07-27 14:08:34 +0000
Started GET "/admin/system_info" for 83.162.206.10 at 2019-07-27 14:08:35 +0000
Processing by Admin::SystemInfoController#show as HTML
Completed 200 OK in 257ms (Views: 200.1ms | ActiveRecord: 7.8ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 14:08:40 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 40ms (Views: 3.2ms | ActiveRecord: 5.2ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:08:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 12ms (Views: 1.2ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:08:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 14:09:10 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 61ms (Views: 25.8ms | ActiveRecord: 4.8ms)
Started GET "/-/grafana/-/grafana" for 83.162.206.10 at 2019-07-27 14:09:12 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana/-/grafana"}
Completed 404 Not Found in 28ms (Views: 2.3ms | ActiveRecord: 2.5ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 14:09:13 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 32ms (Views: 2.5ms | ActiveRecord: 3.8ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:09:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 12ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/admin/broadcast_messages" for 83.162.206.10 at 2019-07-27 14:09:18 +0000
Processing by Admin::BroadcastMessagesController#index as HTML
Completed 200 OK in 252ms (Views: 179.1ms | ActiveRecord: 20.8ms)
Started GET "/admin/hooks" for 83.162.206.10 at 2019-07-27 14:09:22 +0000
Processing by Admin::HooksController#index as HTML
Completed 200 OK in 262ms (Views: 106.2ms | ActiveRecord: 35.1ms)
Started GET "/admin/applications" for 83.162.206.10 at 2019-07-27 14:09:26 +0000
Processing by Admin::ApplicationsController#index as HTML
Completed 200 OK in 190ms (Views: 122.5ms | ActiveRecord: 35.1ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:09:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 10ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/grafana/login/gitlab" for 83.162.206.10 at 2019-07-27 14:09:35 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana/login/gitlab"}
Completed 404 Not Found in 43ms (Views: 3.5ms | ActiveRecord: 5.3ms)
Started GET "/admin/applications/3" for 83.162.206.10 at 2019-07-27 14:09:42 +0000
Processing by Admin::ApplicationsController#show as HTML
Parameters: {"id"=>"3"}
Completed 200 OK in 233ms (Views: 158.9ms | ActiveRecord: 20.7ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:09:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 9ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/admin/applications" for 83.162.206.10 at 2019-07-27 14:09:47 +0000
Processing by Admin::ApplicationsController#index as HTML
Completed 200 OK in 165ms (Views: 114.8ms | ActiveRecord: 13.4ms)
Started GET "/admin/abuse_reports" for 83.162.206.10 at 2019-07-27 14:09:49 +0000
Processing by Admin::AbuseReportsController#index as HTML
Completed 200 OK in 141ms (Views: 99.9ms | ActiveRecord: 8.8ms)
Started GET "/admin/clusters" for 83.162.206.10 at 2019-07-27 14:09:50 +0000
Processing by Admin::ClustersController#index as HTML
Completed 200 OK in 198ms (Views: 136.7ms | ActiveRecord: 19.1ms)
Started GET "/admin/deploy_keys" for 83.162.206.10 at 2019-07-27 14:09:52 +0000
Processing by Admin::DeployKeysController#index as HTML
Completed 200 OK in 195ms (Views: 139.8ms | ActiveRecord: 13.9ms)
Started GET "/admin/application_settings/services" for 83.162.206.10 at 2019-07-27 14:09:54 +0000
Processing by Admin::ServicesController#index as HTML
Completed 200 OK in 1124ms (Views: 96.0ms | ActiveRecord: 61.2ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:09:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 13ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/admin/labels" for 83.162.206.10 at 2019-07-27 14:10:01 +0000
Processing by Admin::LabelsController#index as HTML
Completed 200 OK in 163ms (Views: 101.9ms | ActiveRecord: 11.2ms)
Started GET "/admin/appearance" for 83.162.206.10 at 2019-07-27 14:10:03 +0000
Processing by Admin::AppearancesController#show as HTML
Completed 200 OK in 172ms (Views: 129.1ms | ActiveRecord: 7.3ms)
Started GET "/admin/application_settings" for 83.162.206.10 at 2019-07-27 14:10:08 +0000
Processing by Admin::ApplicationSettingsController#show as HTML
Completed 200 OK in 650ms (Views: 583.7ms | ActiveRecord: 32.5ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:10:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 13ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Started GET "/admin/application_settings/integrations" for 83.162.206.10 at 2019-07-27 14:10:20 +0000
Processing by Admin::ApplicationSettingsController#integrations as HTML
Completed 200 OK in 178ms (Views: 124.8ms | ActiveRecord: 10.6ms)
Started GET "/admin/application_settings/repository" for 83.162.206.10 at 2019-07-27 14:10:22 +0000
Processing by Admin::ApplicationSettingsController#repository as HTML
Completed 200 OK in 163ms (Views: 122.0ms | ActiveRecord: 9.3ms)
Started GET "/admin/application_settings/ci_cd" for 83.162.206.10 at 2019-07-27 14:10:24 +0000
Processing by Admin::ApplicationSettingsController#ci_cd as HTML
Completed 200 OK in 141ms (Views: 104.1ms | ActiveRecord: 10.0ms)
Started GET "/admin/application_settings/metrics_and_profiling" for 83.162.206.10 at 2019-07-27 14:10:26 +0000
Processing by Admin::ApplicationSettingsController#metrics_and_profiling as HTML
Completed 200 OK in 210ms (Views: 164.8ms | ActiveRecord: 10.7ms)
Started GET "/admin/application_settings/reporting" for 83.162.206.10 at 2019-07-27 14:10:28 +0000
Processing by Admin::ApplicationSettingsController#reporting as HTML
Completed 200 OK in 149ms (Views: 108.6ms | ActiveRecord: 9.6ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:10:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 15ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/admin/application_settings/metrics_and_profiling" for 83.162.206.10 at 2019-07-27 14:10:35 +0000
Processing by Admin::ApplicationSettingsController#metrics_and_profiling as HTML
Completed 200 OK in 168ms (Views: 133.6ms | ActiveRecord: 10.7ms)
Started GET "/admin/health_check" for 83.162.206.10 at 2019-07-27 14:10:43 +0000
Processing by Admin::HealthCheckController#show as HTML
Completed 200 OK in 166ms (Views: 103.0ms | ActiveRecord: 11.4ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:10:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 19ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics?token=[FILTERED]" for 83.162.206.10 at 2019-07-27 14:10:49 +0000
Processing by MetricsController#index as HTML
Parameters: {"token"=>"[FILTERED]"}
Completed 200 OK in 16ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:10:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 13ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/liveness?token=[FILTERED]" for 83.162.206.10 at 2019-07-27 14:11:04 +0000
Processing by HealthController#liveness as HTML
Parameters: {"token"=>"[FILTERED]"}
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/admin/application_settings/metrics_and_profiling" for 83.162.206.10 at 2019-07-27 14:11:10 +0000
Processing by Admin::ApplicationSettingsController#metrics_and_profiling as HTML
Completed 200 OK in 143ms (Views: 104.7ms | ActiveRecord: 8.9ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:11:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 17ms (Views: 1.3ms | ActiveRecord: 0.0ms)
Started GET "/help/administration/monitoring/performance/grafana_configuration.md" for 83.162.206.10 at 2019-07-27 14:11:19 +0000
Processing by HelpController#show as MD
Parameters: {"path"=>"administration/monitoring/performance/grafana_configuration"}
Completed 200 OK in 436ms (Views: 393.6ms | ActiveRecord: 8.3ms)
Started GET "/help/administration/monitoring/performance/img/grafana_data_source_empty.png" for 83.162.206.10 at 2019-07-27 14:11:20 +0000
Processing by HelpController#show as PNG
Parameters: {"path"=>"administration/monitoring/performance/img/grafana_data_source_empty"}
Started GET "/help/administration/monitoring/performance/img/grafana_data_source_configuration.png" for 83.162.206.10 at 2019-07-27 14:11:20 +0000
Sent file /opt/gitlab/embedded/service/gitlab-rails/doc/administration/monitoring/performance/img/grafana_data_source_empty.png (0.4ms)
Completed 200 OK in 45ms (ActiveRecord: 4.4ms)
Processing by HelpController#show as PNG
Parameters: {"path"=>"administration/monitoring/performance/img/grafana_data_source_configuration"}
Sent file /opt/gitlab/embedded/service/gitlab-rails/doc/administration/monitoring/performance/img/grafana_data_source_configuration.png (0.5ms)
Completed 200 OK in 44ms (ActiveRecord: 4.7ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:11:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 15ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/help/administration/monitoring/performance/img/grafana_dashboard_dropdown.png" for 83.162.206.10 at 2019-07-27 14:11:42 +0000
Processing by HelpController#show as PNG
Parameters: {"path"=>"administration/monitoring/performance/img/grafana_dashboard_dropdown"}
Sent file /opt/gitlab/embedded/service/gitlab-rails/doc/administration/monitoring/performance/img/grafana_dashboard_dropdown.png (0.3ms)
Completed 200 OK in 24ms (ActiveRecord: 2.9ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:11:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 18ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/help/administration/monitoring/performance/img/grafana_dashboard_import.png" for 83.162.206.10 at 2019-07-27 14:11:51 +0000
Processing by HelpController#show as PNG
Parameters: {"path"=>"administration/monitoring/performance/img/grafana_dashboard_import"}
Sent file /opt/gitlab/embedded/service/gitlab-rails/doc/administration/monitoring/performance/img/grafana_dashboard_import.png (0.6ms)
Completed 200 OK in 34ms (ActiveRecord: 4.5ms)
Started GET "/help/administration/monitoring/performance/img/grafana_save_icon.png" for 83.162.206.10 at 2019-07-27 14:11:52 +0000
Processing by HelpController#show as PNG
Parameters: {"path"=>"administration/monitoring/performance/img/grafana_save_icon"}
Sent file /opt/gitlab/embedded/service/gitlab-rails/doc/administration/monitoring/performance/img/grafana_save_icon.png (0.3ms)
Completed 200 OK in 27ms (ActiveRecord: 4.5ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:11:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 17ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/admin/application_settings/metrics_and_profiling" for 83.162.206.10 at 2019-07-27 14:12:12 +0000
Processing by Admin::ApplicationSettingsController#metrics_and_profiling as HTML
Completed 200 OK in 154ms (Views: 111.2ms | ActiveRecord: 12.1ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:12:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 14ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/admin/application_settings/network" for 83.162.206.10 at 2019-07-27 14:12:17 +0000
Processing by Admin::ApplicationSettingsController#network as HTML
Completed 200 OK in 218ms (Views: 172.2ms | ActiveRecord: 8.4ms)
Started GET "/admin/application_settings/preferences" for 83.162.206.10 at 2019-07-27 14:12:28 +0000
Processing by Admin::ApplicationSettingsController#preferences as HTML
Completed 200 OK in 263ms (Views: 216.8ms | ActiveRecord: 8.7ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:12:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 17ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:12:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 16ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started PATCH "/admin/application_settings/preferences" for 83.162.206.10 at 2019-07-27 14:12:54 +0000
Processing by Admin::ApplicationSettingsController#preferences as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"[FILTERED]", "application_setting"=>{"first_day_of_week"=>"1", "time_tracking_limit_to_hours"=>"0"}}
Redirected to https://gitlab.domain.com/admin/application_settings/preferences
Completed 302 Found in 146ms (ActiveRecord: 53.2ms)
Started GET "/admin/application_settings/preferences" for 83.162.206.10 at 2019-07-27 14:12:54 +0000
Processing by Admin::ApplicationSettingsController#preferences as HTML
Completed 200 OK in 113ms (Views: 81.9ms | ActiveRecord: 9.4ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:12:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 8ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/root" for 83.162.206.10 at 2019-07-27 14:13:00 +0000
Processing by UsersController#show as HTML
Parameters: {"username"=>"root"}
Completed 200 OK in 180ms (Views: 133.0ms | ActiveRecord: 6.6ms)
Started GET "/users/root/calendar.json" for 83.162.206.10 at 2019-07-27 14:13:00 +0000
Started GET "/root?limit=10" for 83.162.206.10 at 2019-07-27 14:13:00 +0000
Processing by UsersController#calendar as JSON
Parameters: {"username"=>"root"}
Started GET "/users/root/projects?limit=10&skip_pagination=true&skip_namespace=true&compact_mode=true" for 83.162.206.10 at 2019-07-27 14:13:00 +0000
Processing by UsersController#show as JSON
Parameters: {"limit"=>"10", "username"=>"root"}
Processing by UsersController#projects as JSON
Parameters: {"limit"=>"10", "skip_pagination"=>"true", "skip_namespace"=>"true", "compact_mode"=>"true", "username"=>"root"}
Completed 200 OK in 222ms (Views: 0.4ms | ActiveRecord: 70.0ms)
Completed 200 OK in 550ms (Views: 2.0ms | ActiveRecord: 82.8ms)
Completed 200 OK in 945ms (Views: 1.3ms | ActiveRecord: 123.4ms)
Started GET "/-/instance_statistics" for 83.162.206.10 at 2019-07-27 14:13:09 +0000
Started GET "/-/instance_statistics/conversational_development_index" for 83.162.206.10 at 2019-07-27 14:13:09 +0000
Processing by InstanceStatistics::ConversationalDevelopmentIndexController#index as HTML
Completed 200 OK in 153ms (Views: 102.6ms | ActiveRecord: 8.0ms)
Started GET "/-/instance_statistics" for 83.162.206.10 at 2019-07-27 14:13:11 +0000
Started GET "/-/instance_statistics/conversational_development_index" for 83.162.206.10 at 2019-07-27 14:13:11 +0000
Processing by InstanceStatistics::ConversationalDevelopmentIndexController#index as HTML
Completed 200 OK in 234ms (Views: 175.5ms | ActiveRecord: 9.7ms)
Started GET "/-/instance_statistics" for 83.162.206.10 at 2019-07-27 14:13:12 +0000
Started GET "/-/instance_statistics/conversational_development_index" for 83.162.206.10 at 2019-07-27 14:13:12 +0000
Processing by InstanceStatistics::ConversationalDevelopmentIndexController#index as HTML
Completed 200 OK in 139ms (Views: 105.2ms | ActiveRecord: 5.6ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:13:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/help/user/instance_statistics/convdev" for 83.162.206.10 at 2019-07-27 14:13:21 +0000
Processing by HelpController#show as HTML
Parameters: {"path"=>"user/instance_statistics/convdev"}
Completed 200 OK in 183ms (Views: 140.9ms | ActiveRecord: 6.8ms)
Started GET "/help/user/instance_statistics/img/convdev_index.png" for 83.162.206.10 at 2019-07-27 14:13:21 +0000
Processing by HelpController#show as PNG
Parameters: {"path"=>"user/instance_statistics/img/convdev_index"}
Sent file /opt/gitlab/embedded/service/gitlab-rails/doc/user/instance_statistics/img/convdev_index.png (0.4ms)
Completed 200 OK in 34ms (ActiveRecord: 5.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:13:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 25ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:13:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 17ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:13:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 16ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:14:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 21ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:14:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 18ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:14:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 13ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:14:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:15:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 16ms (Views: 1.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:15:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 17ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:15:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 16ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:15:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:16:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 19ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:16:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 20ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:16:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 22ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/admin" for 83.162.206.10 at 2019-07-27 14:16:57 +0000
Processing by Admin::DashboardController#index as HTML
Completed 200 OK in 210ms (Views: 130.8ms | ActiveRecord: 34.6ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:16:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 11ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 14:17:00 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 36ms (Views: 2.8ms | ActiveRecord: 5.3ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:17:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 18ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/admin/logs" for 83.162.206.10 at 2019-07-27 14:17:22 +0000
Processing by Admin::LogsController#show as HTML
Completed 200 OK in 219ms (Views: 177.4ms | ActiveRecord: 6.9ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:17:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 17ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:17:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 12ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:17:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 17ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:18:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 18ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:18:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 15ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started POST "/api/v4/jobs/request" for 51.15.70.236 at 2019-07-27 14:18:34 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:18:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 18ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:18:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started POST "/api/v4/jobs/request" for 51.15.70.236 at 2019-07-27 14:19:12 +0000
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:19:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 19ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:19:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 18ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:19:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 17ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:19:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 11ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:20:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 21ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:20:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 18ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:20:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 18ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:20:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 22ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:21:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 18ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:21:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 18ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:21:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 22ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:21:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 22ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:22:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 20ms (Views: 1.2ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:22:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 22ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:22:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:22:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 18ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/admin" for 83.162.206.10 at 2019-07-27 14:23:00 +0000
Processing by Admin::DashboardController#index as HTML
Completed 200 OK in 288ms (Views: 183.9ms | ActiveRecord: 56.4ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:23:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 20ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:23:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 18ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:23:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 17ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/grafana" for 83.162.206.10 at 2019-07-27 14:23:49 +0000
Processing by ApplicationController#route_not_found as HTML
Parameters: {"unmatched_route"=>"-/grafana"}
Completed 404 Not Found in 48ms (Views: 3.4ms | ActiveRecord: 4.5ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:23:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 12ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:24:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 18ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:24:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 12ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:24:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 17ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:24:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 13ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:25:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 22ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:25:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 9ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:25:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 18ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:25:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:26:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 18ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:26:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 16ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:26:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 21ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:26:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 22ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:27:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 20ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:27:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 19ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:27:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:27:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 19ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:28:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 22ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:28:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 17ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:28:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 22ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:28:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:29:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 17ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:29:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 21ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:29:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 12ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:29:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 17ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:30:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 25ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:30:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 22ms (Views: 1.1ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:30:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 13ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:30:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 10ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:31:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 22ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:31:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 16ms (Views: 0.7ms | ActiveRecord: 0.0ms)
Started GET "/admin/application_settings" for 83.162.206.10 at 2019-07-27 14:31:40 +0000
Processing by Admin::ApplicationSettingsController#show as HTML
Completed 200 OK in 640ms (Views: 544.9ms | ActiveRecord: 69.2ms)
Started GET "/admin/application_settings/metrics_and_profiling" for 83.162.206.10 at 2019-07-27 14:31:43 +0000
Processing by Admin::ApplicationSettingsController#metrics_and_profiling as HTML
Completed 200 OK in 209ms (Views: 162.9ms | ActiveRecord: 8.3ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:31:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 22ms (Views: 1.0ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:31:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 10ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:32:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 22ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:32:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 21ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:32:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 20ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:32:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 11ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:33:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 16ms (Views: 0.6ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:33:29 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 19ms (Views: 0.9ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:33:44 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 23ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:33:59 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 23ms (Views: 0.8ms | ActiveRecord: 0.0ms)
Started GET "/-/metrics" for 127.0.0.1 at 2019-07-27 14:34:14 +0000
Processing by MetricsController#index as HTML
Completed 200 OK in 14ms (Views: 0.5ms | ActiveRecord: 0.0ms)
Started GET "/admin/logs" for 83.162.206.10 at 2019-07-27 14:34:17 +0000
Processing by Admin::LogsController#show as HTML
output Tail `cat /var/log/gitlab/grafana/current`
2019-07-27_14:01:09.04304 t=2019-07-27T14:01:09+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2019-07-27_14:01:09.04311 t=2019-07-27T14:01:09+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2019-07-27_14:01:09.04317 t=2019-07-27T14:01:09+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2019-07-27_14:01:09.04321 t=2019-07-27T14:01:09+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2019-07-27_14:01:09.04325 t=2019-07-27T14:01:09+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2019-07-27_14:01:09.04327 t=2019-07-27T14:01:09+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2019-07-27_14:01:09.04331 t=2019-07-27T14:01:09+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2019-07-27_14:01:09.04333 t=2019-07-27T14:01:09+0000 lvl=info msg="Stopped ProvisioningService" logger=server reason="context canceled" 2019-07-27_14:01:09.04335 t=2019-07-27T14:01:09+0000 lvl=info msg="Stopped RenderingService" logger=server reason=nil 2019-07-27_14:01:09.04339 t=2019-07-27T14:01:09+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2019-07-27_14:01:09.04340 t=2019-07-27T14:01:09+0000 lvl=info msg="Stopped TracingService" logger=server reason=nil 2019-07-27_14:01:09.04344 t=2019-07-27T14:01:09+0000 lvl=info msg="Stopped Stream Manager" 2019-07-27_14:01:09.14352 t=2019-07-27T14:01:09+0000 lvl=info msg="Stopped HTTPServer" logger=server reason=nil 2019-07-27_14:01:09.14358 t=2019-07-27T14:01:09+0000 lvl=eror msg="Server shutdown" logger=server reason="System signal: terminated" 2019-07-27_14:01:21.60669 t=2019-07-27T14:01:21+0000 lvl=info msg="Starting Grafana" logger=server version=6.1.1 commit=eff01d2 branch=HEAD compiled=2019-04-05T09:42:24+0000 2019-07-27_14:01:21.60673 t=2019-07-27T14:01:21+0000 lvl=info msg="Config loaded from" logger=settings file=/var/opt/gitlab/grafana/conf/defaults.ini 2019-07-27_14:01:21.60674 t=2019-07-27T14:01:21+0000 lvl=info msg="Config loaded from" logger=settings file=/var/opt/gitlab/grafana/grafana.ini 2019-07-27_14:01:21.60674 t=2019-07-27T14:01:21+0000 lvl=info msg="Path Home" logger=settings path=/var/opt/gitlab/grafana 2019-07-27_14:01:21.60675 t=2019-07-27T14:01:21+0000 lvl=info msg="Path Data" logger=settings path=/var/opt/gitlab/grafana/data 2019-07-27_14:01:21.60675 t=2019-07-27T14:01:21+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/gitlab/grafana 2019-07-27_14:01:21.60676 t=2019-07-27T14:01:21+0000 lvl=info msg="Path Plugins" logger=settings path=/var/opt/gitlab/grafana/data/plugins 2019-07-27_14:01:21.60676 t=2019-07-27T14:01:21+0000 lvl=info msg="Path Provisioning" logger=settings path=/var/opt/gitlab/grafana/provisioning 2019-07-27_14:01:21.60677 t=2019-07-27T14:01:21+0000 lvl=info msg="App mode production" logger=settings 2019-07-27_14:01:21.60763 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing HTTPServer" logger=server 2019-07-27_14:01:21.60839 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing SqlStore" logger=server 2019-07-27_14:01:21.60846 t=2019-07-27T14:01:21+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2019-07-27_14:01:21.61018 t=2019-07-27T14:01:21+0000 lvl=info msg="Starting DB migration" logger=migrator 2019-07-27_14:01:21.61629 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2019-07-27_14:01:21.61631 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing SearchService" logger=server 2019-07-27_14:01:21.61632 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing PluginManager" logger=server 2019-07-27_14:01:21.61634 t=2019-07-27T14:01:21+0000 lvl=info msg="Starting plugin search" logger=plugins 2019-07-27_14:01:21.62407 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing RenderingService" logger=server 2019-07-27_14:01:21.62409 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2019-07-27_14:01:21.62410 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing HooksService" logger=server 2019-07-27_14:01:21.62410 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing LoginService" logger=server 2019-07-27_14:01:21.62411 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing QuotaService" logger=server 2019-07-27_14:01:21.62411 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing RemoteCache" logger=server 2019-07-27_14:01:21.62412 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing ServerLockService" logger=server 2019-07-27_14:01:21.62413 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing TracingService" logger=server 2019-07-27_14:01:21.62414 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2019-07-27_14:01:21.62414 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2019-07-27_14:01:21.62415 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing CleanUpService" logger=server 2019-07-27_14:01:21.62415 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing NotificationService" logger=server 2019-07-27_14:01:21.62714 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing ProvisioningService" logger=server 2019-07-27_14:01:21.64672 t=2019-07-27T14:01:21+0000 lvl=info msg="Initializing Stream Manager" 2019-07-27_14:01:21.64676 t=2019-07-27T14:01:21+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=localhost:3000 protocol=http subUrl=/-/grafana socket= 2019-07-27_14:02:53.78276 t=2019-07-27T14:02:53+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2019-07-27_14:02:53.78283 t=2019-07-27T14:02:53+0000 lvl=info msg="Stopped TracingService" logger=server reason=nil 2019-07-27_14:02:53.78306 t=2019-07-27T14:02:53+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2019-07-27_14:02:53.78308 t=2019-07-27T14:02:53+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2019-07-27_14:02:53.78308 t=2019-07-27T14:02:53+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2019-07-27_14:02:53.78309 t=2019-07-27T14:02:53+0000 lvl=info msg="Stopped RenderingService" logger=server reason=nil 2019-07-27_14:02:53.78310 t=2019-07-27T14:02:53+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2019-07-27_14:02:53.78312 t=2019-07-27T14:02:53+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2019-07-27_14:02:53.78313 t=2019-07-27T14:02:53+0000 lvl=info msg="Stopped ProvisioningService" logger=server reason="context canceled" 2019-07-27_14:02:53.78313 t=2019-07-27T14:02:53+0000 lvl=info msg="Stopped Stream Manager" 2019-07-27_14:02:53.78314 t=2019-07-27T14:02:53+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2019-07-27_14:02:53.78327 t=2019-07-27T14:02:53+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2019-07-27_14:02:53.88349 t=2019-07-27T14:02:53+0000 lvl=info msg="Stopped HTTPServer" logger=server reason=nil 2019-07-27_14:02:53.88352 t=2019-07-27T14:02:53+0000 lvl=eror msg="Server shutdown" logger=server reason="System signal: terminated" 2019-07-27_14:02:53.94145 t=2019-07-27T14:02:53+0000 lvl=info msg="Starting Grafana" logger=server version=6.1.1 commit=eff01d2 branch=HEAD compiled=2019-04-05T09:42:24+0000 2019-07-27_14:02:53.94149 t=2019-07-27T14:02:53+0000 lvl=info msg="Config loaded from" logger=settings file=/var/opt/gitlab/grafana/conf/defaults.ini 2019-07-27_14:02:53.94152 t=2019-07-27T14:02:53+0000 lvl=info msg="Config loaded from" logger=settings file=/var/opt/gitlab/grafana/grafana.ini 2019-07-27_14:02:53.94152 t=2019-07-27T14:02:53+0000 lvl=info msg="Path Home" logger=settings path=/var/opt/gitlab/grafana 2019-07-27_14:02:53.94153 t=2019-07-27T14:02:53+0000 lvl=info msg="Path Data" logger=settings path=/var/opt/gitlab/grafana/data 2019-07-27_14:02:53.94154 t=2019-07-27T14:02:53+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/gitlab/grafana 2019-07-27_14:02:53.94155 t=2019-07-27T14:02:53+0000 lvl=info msg="Path Plugins" logger=settings path=/var/opt/gitlab/grafana/data/plugins 2019-07-27_14:02:53.94157 t=2019-07-27T14:02:53+0000 lvl=info msg="Path Provisioning" logger=settings path=/var/opt/gitlab/grafana/provisioning 2019-07-27_14:02:53.94157 t=2019-07-27T14:02:53+0000 lvl=info msg="App mode production" logger=settings 2019-07-27_14:02:53.94264 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing HTTPServer" logger=server 2019-07-27_14:02:53.94387 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing SqlStore" logger=server 2019-07-27_14:02:53.94391 t=2019-07-27T14:02:53+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2019-07-27_14:02:53.94666 t=2019-07-27T14:02:53+0000 lvl=info msg="Starting DB migration" logger=migrator 2019-07-27_14:02:53.96466 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2019-07-27_14:02:53.96472 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing SearchService" logger=server 2019-07-27_14:02:53.96474 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing PluginManager" logger=server 2019-07-27_14:02:53.96475 t=2019-07-27T14:02:53+0000 lvl=info msg="Starting plugin search" logger=plugins 2019-07-27_14:02:53.97938 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing RenderingService" logger=server 2019-07-27_14:02:53.97958 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2019-07-27_14:02:53.97967 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing HooksService" logger=server 2019-07-27_14:02:53.97977 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing LoginService" logger=server 2019-07-27_14:02:53.97986 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing QuotaService" logger=server 2019-07-27_14:02:53.97995 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing RemoteCache" logger=server 2019-07-27_14:02:53.98004 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing ServerLockService" logger=server 2019-07-27_14:02:53.98012 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing TracingService" logger=server 2019-07-27_14:02:53.98023 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2019-07-27_14:02:53.98034 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2019-07-27_14:02:53.98043 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing CleanUpService" logger=server 2019-07-27_14:02:53.98052 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing NotificationService" logger=server 2019-07-27_14:02:53.98313 t=2019-07-27T14:02:53+0000 lvl=info msg="Initializing ProvisioningService" logger=server 2019-07-27_14:02:54.00059 t=2019-07-27T14:02:54+0000 lvl=info msg="Initializing Stream Manager" 2019-07-27_14:02:54.00070 t=2019-07-27T14:02:54+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=localhost:3000 protocol=http subUrl=/-/grafana socket=
Output sudo gitlab-ctl status
run: alertmanager: (pid 8551) 2418s; run: log: (pid 6937) 21063568s
run: gitaly: (pid 8571) 2417s; run: log: (pid 13852) 3016850s
run: gitlab-monitor: (pid 8592) 2417s; run: log: (pid 6945) 21063568s
run: gitlab-workhorse: (pid 8600) 2416s; run: log: (pid 14029) 3016804s
run: grafana: (pid 8630) 2416s; run: log: (pid 14075) 3016779s
run: logrotate: (pid 8651) 2415s; run: log: (pid 6962) 21063568s
run: node-exporter: (pid 8658) 2415s; run: log: (pid 6934) 21063568s
run: postgres-exporter: (pid 8664) 2414s; run: log: (pid 6947) 21063568s
run: postgresql: (pid 8714) 2414s; run: log: (pid 6924) 21063568s
run: prometheus: (pid 8761) 2414s; run: log: (pid 6929) 21063568s
run: redis: (pid 8778) 2413s; run: log: (pid 6950) 21063568s
run: redis-exporter: (pid 8783) 2413s; run: log: (pid 6940) 21063568s
run: sidekiq: (pid 8803) 2410s; run: log: (pid 14026) 3016805s
run: unicorn: (pid 8814) 2409s; run: log: (pid 6960) 21063568s
Output curl localhost:3000
<a href="/-/grafana/login">Found</a>.
Output of checks
This "bug" happens on my self-hosted instance.
Results of GitLab environment info
System information
System: Ubuntu 16.04
Current User: git
Using RVM: no
Ruby Version: 2.6.3p62
Gem Version: 2.7.9
Bundler Version:1.17.3
Rake Version: 12.3.2
Redis Version: 3.2.12
Git Version: 2.21.0
Sidekiq Version:5.2.7
Go Version: unknown
GitLab information
Version: 12.1.1
Revision: f9abaa7d833
Directory: /opt/gitlab/embedded/service/gitlab-rails
DB Adapter: PostgreSQL
DB Version: 10.7
URL: https://gitlab.domain.com
HTTP Clone URL: https://gitlab.domain.com/some-group/some-project.git
SSH Clone URL: git@gitlab.domain.com:some-group/some-project.git
Using LDAP: no
Using Omniauth: yes
Omniauth Providers:
GitLab Shell
Version: 9.3.0
Repository storage paths:
- default: /var/opt/gitlab/git-data/repositories
GitLab Shell path: /opt/gitlab/embedded/service/gitlab-shell
Git: /opt/gitlab/embedded/bin/git
Results of GitLab application Check
Checking GitLab subtasks ...
Checking GitLab Shell ...
GitLab Shell: ... GitLab Shell version >= 9.3.0 ? ... OK (9.3.0)
Running /opt/gitlab/embedded/service/gitlab-shell/bin/check
Check GitLab API access: OK
Redis available via internal API: OK
Access to /var/opt/gitlab/.ssh/authorized_keys: OK
gitlab-shell self-check successful
Checking GitLab Shell ... Finished
Checking Gitaly ...
Gitaly: ... default ... OK
Checking Gitaly ... Finished
Checking Sidekiq ...
Sidekiq: ... Running? ... yes
Number of Sidekiq processes ... 1
Checking Sidekiq ... Finished
Checking Incoming Email ...
Incoming Email: ... Reply by email is disabled in config/gitlab.yml
Checking Incoming Email ... Finished
Checking LDAP ...
LDAP: ... LDAP is disabled in config/gitlab.yml
Checking LDAP ... Finished
Checking GitLab App ...
Git configured correctly? ... yes
Database config exists? ... yes
All migrations up? ... yes
Database contains orphaned GroupMembers? ... no
GitLab config exists? ... yes
GitLab config up to date? ... yes
Log directory writable? ... yes
Tmp directory writable? ... yes
Uploads directory exists? ... yes
Uploads directory has correct permissions? ... yes
Uploads directory tmp has correct permissions? ... yes
Init script exists? ... skipped (omnibus-gitlab has no init script)
Init script up-to-date? ... skipped (omnibus-gitlab has no init script)
Projects have namespace: ...
1/1 ... yes
1/2 ... yes
1/3 ... yes
1/4 ... yes
3/5 ... yes
3/6 ... yes
3/7 ... yes
3/9 ... yes
3/11 ... yes
3/13 ... yes
3/14 ... yes
3/15 ... yes
3/16 ... yes
3/17 ... yes
3/18 ... yes
3/19 ... yes
Redis version >= 2.8.0? ... yes
Ruby version >= 2.5.3 ? ... yes (2.6.3)
Git version >= 2.21.0 ? ... yes (2.21.0)
Git user has default SSH configuration? ... yes
Active users: ... 9
Checking GitLab App ... Finished
Checking GitLab subtasks ... Finished
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
Edited by Moustafa Elhagaly