Skip to content

A JVM agent for sending instrumentation data to Honeycomb

Notifications You must be signed in to change notification settings

cpaika/java-with-honey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Java with Honey

This is a Java agent for auto instrumenting JVM applications and sending the events to Honeycomb. This is done as an exercise in learning how auto instrumentation in the JVM works.

Note: This is a work in progress and currently is not integrating with Honeycomb.

How to build

  1. javac src/main/java/tech/paika/JavaWithHoneyAgent.java
  2. jar -cfm target/JavaWithHoneyAgent.jar Manifest.txt src/main/java/tech/paika/JavaWithHoneyAgent.class

About

A JVM agent for sending instrumentation data to Honeycomb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages