Skip to content

knbk/otel-java-example-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project reproduces the bug in open-telemetry/opentelemetry-java-instrumentation#10017.

Usage

Run

gradle app:run
  • The MuzzleMatcher will warn that opentelemetry-api v1_31 has mismatched references.
  • The helper class ApplicationMeterFactory131 cannot be found in the application class loader.
  • The logged metric export for test will have the default histogram buckets.

Now enable the io.opentelemetry:opentelemetry-sdk-extension-incubator:1.32.0-alpha dependency in app/build.gradle and run again. The explicit bucket boundary advice will now work as expected.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages