Giter Club home page Giter Club logo

kamon-newrelic's Introduction

New Relic Integration Build Status

Gitter

kamon-newrelic Maven Central

Reporting Metrics to New Relic

New Relic is a well know and widely spread Application Performance Management provider that, among other platforms, supports monitoring applications running on the JVM. Although New Relic has it's own instrumentation agent that introduces their proprietary tracing and metrics code, we found many of our users wanting to send their metrics data to New Relic, so we delivered :).

This is not an official New Relic product, and is not endorsed by New Relic.

Installation

Add the kamon-newrelic dependency to your project and ensure that it is in your classpath at runtime, that's it. Kamon's module loader will detect that the New Relic module is in the classpath and automatically start it.

Configuration

There are two main items that you need to configure to get up and running: Your application name, set via the kamon.newrelic.app-name configuration setting and your New Relic license via the kamon.newrelic.license-key configuration setting.

Integration Notes

This module will only report a small subset of the of the available metrics, namely:

  • Web Transaction Metrics: That are generated by using all the traces that are measured from your application.
  • External Services: Generated by using all segments that have the http-client category.
  • Apdex: Currently a single Apdex value is being reported as an aggregate of traces in your application. You can use the kamon.newrelic.apdexT configuration setting to change the Apdex-T value, which defaults to one second.
  • Custom Metrics: All single-intrument entities are reported as custome metrics to New Relic. Please keep in mind that you will need a New Relic paid subscription to see custom metrics for your application.

Visualization and Fun

New Relic has a set of predefined dashboards with fixed metric categories on them that will allow you to see the metrics reported by the kamon-newrelic module without you having to do anything on the New Relic side. Here are a few screenshots of how your traces and segments will look like in the New Relic dashboards:

Licensing

New Relic has its own, separate licensing.

kamon-newrelic's People

Contributors

ivantopo avatar dpsoft avatar cheekychops avatar jarlakxen avatar fggarcia avatar

Watchers

David Knapp avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.