Sha256: 5ba0fe28c0477933d0fb354cd15f50b9a7eb9438091d146adda20affaa9cfe96
Contents?: true
Size: 769 Bytes
Versions: 4
Compression:
Stored size: 769 Bytes
Contents
# 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.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
vigiles-0.1.5 | README.md |
vigiles-0.1.4 | README.md |
vigiles-0.1.3 | README.md |
vigiles-0.1.2 | README.md |