Skip to content

HughPowell/honeycomb-aleph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Honeycomb Aleph

Project to demonstrate exception when using Honeycomb and Aleph.

Reproduction

  1. Install Clojure
  2. Clone and build the project clj -T:build uber
  3. Download the Honeycomb javaagent
  4. Update the honeycomb-config.txt with you details
  5. Run the resulting jar HONEYCOMB_CONFIG_FILE=./honeycomb-config.txt java -javaagent:honeycomb-opentelemetry-javaagent-1.0.0.jar -jar target/honeycomb-aleph-0.1.1-standalone.jar

OpenTelemetry

This also reproduces with the stock OpenTelemetry javaagent using the following steps

  1. Install Clojure
  2. Clone and build the project clj -T:build uber
  3. Download the OpenTelemetry javaagent
  4. Run the resulting jar OTEL_TRACES_EXPORTER=logging java -javaagent:opentelemetry-javaagent.jar -jar target/honeycomb-aleph-0.1.1-standalone.jar

Note

Running the jar without the javaagent, java -jar target/honeycomb-aleph-0.1.1-standalone.jar, works as expected.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published