https://github.com/robertdurst/lilipad
https://github.com/robertdurst/lilipad
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertdurst/lilipad
- Owner: robertDurst
- License: mit
- Created: 2024-01-13T06:11:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T05:31:59.000Z (over 2 years ago)
- Last Synced: 2024-03-15T08:50:31.967Z (over 2 years ago)
- Language: Ruby
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Lilipad
Dynamic instrumentation for Ruby.
[Ruby Gem](https://rubygems.org/gems/lilipad).
Agent: https://github.com/robertDurst/lilipad-agent
## Config Example
```
{
"enable": true,
"log": [
{ "file": "sample_server.rb", "lineno": 8, "msg": "foobar" }
]
}
```