Closed dks17 closed 2 years ago
Encounted that Grafana did't show all status codes by requests as it should be. And the reason was that logs saved without no statuses if an exception was not handled properly, e.g.
{ controller: "api/hello", action: "world", status: nil, format: :json, method: "get", }
Some exceptions which will be handle automatically and codes. And example how it was made in Rails 7.
Awesome, thanks!
Released in 0.8.1
@Envek Thank you!
Encounted that Grafana did't show all status codes by requests as it should be. And the reason was that logs saved without no statuses if an exception was not handled properly, e.g.
Some exceptions which will be handle automatically and codes. And example how it was made in Rails 7.