https://github.com/cloud8421/newrelic-erlang
(NOT WORKING) Native NewRelic bindings for Erlang
https://github.com/cloud8421/newrelic-erlang
Last synced: 12 months ago
JSON representation
(NOT WORKING) Native NewRelic bindings for Erlang
- Host: GitHub
- URL: https://github.com/cloud8421/newrelic-erlang
- Owner: cloud8421
- Created: 2014-12-15T08:48:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-19T17:06:19.000Z (over 11 years ago)
- Last Synced: 2025-03-02T13:26:25.786Z (over 1 year ago)
- Language: C
- Size: 2.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NewRelic Erlang
**NOT USABLE YET**
## Development
NewRelic distributes its agent sdk as compiled `.so` libraries only available for Linux, so you will need to run/compile this library on that platform.
To make that easier, the project provides a Vagrant configuration that builds a Ubuntu machine suitable for development/testing.
After cloning:
$ vagrant up
$ vagrant ssh
Inside the vm:
$ cd /home/newrelic-erlang
Here are the supported make tasks you can run from that position:
- `make` compiles the project
- `make clean` removes compiled library
- `make shell` starts an erlang shell