https://github.com/yleisradio/http-kit-newrelic
New Relic instrumentation for HTTP Kit client
https://github.com/yleisradio/http-kit-newrelic
areena-api clojure clojure-library http-kit new-relic newrelic
Last synced: 9 months ago
JSON representation
New Relic instrumentation for HTTP Kit client
- Host: GitHub
- URL: https://github.com/yleisradio/http-kit-newrelic
- Owner: Yleisradio
- License: epl-1.0
- Created: 2019-02-04T11:48:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T10:10:06.000Z (over 4 years ago)
- Last Synced: 2024-11-28T13:07:51.661Z (over 1 year ago)
- Topics: areena-api, clojure, clojure-library, http-kit, new-relic, newrelic
- Language: Clojure
- Homepage:
- Size: 13.7 KB
- Stars: 6
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# http-kit-newrelic
New Relic instrumentation for [HTTP Kit client](http://www.http-kit.org/client.html#options)
[](https://travis-ci.com/Yleisradio/http-kit-newrelic)
[](http://jarkeeper.com/Yleisradio/http-kit-newrelic)
## Installation
[](https://clojars.org/yleisradio/http-kit-newrelic)
## Usage
```clojure
(require '[http-kit-newrelic.core :as http-kit-newrelic])
(http-kit-newrelic/enable! #'org.httpkit.client/request)
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/Yleisradio/http-kit-newrelic. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## See also
https://github.com/Yleisradio/new-reliquary Clojure wrapper for New Relic
## License
Copyright © 2021 Yleisradio Oy
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.