Welcome to the OpenTelemetry Java Examples repository!
Java 17 or higher is required to build the projects in this repository. To check your Java version, run:
java -versionTo build the project, run:
./gradlew assembleThis repository uses markdownlint via markdownlint-cli2 managed by mise.
To check all Markdown files:
mise run lint:markdown(note: Windows users may need to run mise install first)
To automatically fix fixable issues:
mise run lint:markdown --fixThis repository follows the OpenTelemetry Java repository's style guide.
- Use kotlin instead of groovy
- Plugin versions should be specified in
settings.gradle.kts, not in individual modules - All modules use
plugins { id("otel.java-conventions") }