Project

vigiles

0.0
The project is in a healthy, maintained state
vigiles stand at the gates of your walled city and records all the in/outflows.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.9
~> 5.16
~> 13.0
~> 1.21
~> 0.5
~> 1.2
~> 0.12

Runtime

~> 7.0
~> 2.6
 Project Readme

Vigiles

Sometimes it helps to be able to examine, in totality, the request your Rails application received, and the specific response it elicited. Very handy when you're debugging. Also very handy when your engineers have to assist non-technical customer support staff. That aside, it's generally a great visualization of the black box abstraction, where your entire application is seen as one logical function, taking input (request) and producing output (response).

At the moment, this gem is unable to conduct you on your research journey from a given request to its response: you'd have to call on your logs and other observability systems you've engaged. But it's easy—rather, possible—to see how we can bring this in house, with a little tracing.