Owen Ben Davies
Owen Ben Davies
It would be useful if Scout had a separate tab listing out external services (e.g. Web requests to 3rd party APIs) in a similar fashion to the Web Endpoints and...
Currently Scout provides information on the process nodes such as CPU and memory usage. It would be useful to see this information graphed over time, similar to the request information...
When suppress_app_logs is set ActiveJob still has the default logs so I get double logs, e.g. ``` 2019-04-28T10:11:26.013041+00:00 app[web.1]: {"method":"POST","path":"/contact_me/contact_form","format":"html","controller":"pages","action":"contact_form","status":302,"duration":133.44,"db":0.0,"location":"https://example.com/contact_me","route":"pages#contact_form","request_id":"86359372-4aed-4d8f-8a4c-2b3af98d6985","cf_ray":null,"country":null,"host":"example.com","user_id":"8f5f80bb-ab88-4c3b-ad0b-411845eea23f","user_agent":"Mozilla/5.0","fwd":"192.168.1.1","source":"unknown","tags":["request"],"@timestamp":"2019-04-28T10:11:26.011Z","@version":"1"} 2019-04-28T10:11:26.010396+00:00 app[web.1]: {"job_id":"3dfe8830-ac51-479d-90a5-e1b8e83edcde","queue_name":"DelayedJob(mailers)","job_class":"ActionMailer::DeliveryJob","job_args":["NotificationsMailer","new_message","deliver_now","gid://cms/Message/3"],"request_id":"86359372-4aed-4d8f-8a4c-2b3af98d6985","cf_ray":null,"country":null,"host":"example.com","user_id":"8f5f80bb-ab88-4c3b-ad0b-411845eea23f","user_agent":"Mozilla/5.0","source":"unknown","tags":["job","enqueue"],"@timestamp":"2019-04-28T10:11:26.009Z","@version":"1"} 2019-04-28T10:11:29.221889+00:00 app[worker.1]: {"message":"2019-04-28T10:11:29+0000: [Worker(host:23c9a41b-5a8b-4337-844f-e964f40c3bfb pid:4)] Job ActionMailer::DeliveryJob...