This OpenTelemetry Agent extension helps instrumenting FabricMC.
This extension was written to make OpenTelemetry Instrumentation Extension for Fabric work
- Ensures that KnotClassLoader correctly detects changes on its classpath
- This ensure that the
opentelemtry-api
is correctly injected when a mod is loaded - Otherwise only outdated version 1.0/1.4 of the
opentelemtry-api
is injected which is incompatible with modern versions of it
- This ensure that the
Installation guide for the latest release
java -javaagent:opentelemetry-javaagent.jar \
-Dotel.javaagent.extensions=otel-fabric-helper-extension.jar
-jar myapp.jar
See the contributing guide for detailed instructions on how to get started with our project.
View the license of the current project or the summary including all dependencies
The project is based on this example.