An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# http-kit-newrelic

New Relic instrumentation for [HTTP Kit client](http://www.http-kit.org/client.html#options)

[![Build Status](https://travis-ci.com/Yleisradio/http-kit-newrelic.svg)](https://travis-ci.com/Yleisradio/http-kit-newrelic)
[![Dependencies Status](http://jarkeeper.com/Yleisradio/http-kit-newrelic/status.png)](http://jarkeeper.com/Yleisradio/http-kit-newrelic)

## Installation

[![Clojars Project](https://img.shields.io/clojars/v/yleisradio/http-kit-newrelic.svg)](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.