1 Star 0 Fork 0

Lovnx/opentelemetry-java-instrumentation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.githooks
.github
benchmark-e2e
benchmark-integration
benchmark
buildSrc
docs
contributing
classloader-state.svg
debugging.md
initialization-sequence.svg
intellij-setup.md
inter-thread-context-propagation.md
javaagent-jar-components.md
javaagent-test-infra.md
muzzle.md
running-tests.md
save-actions.png
style-guideline.md
writing-instrumentation.md
interop-design
agent-features.md
ga-requirements.md
java-7-rationale.md
logger-mdc-instrumentation.md
safety-mechanisms.md
scope.md
semantic-conventions.md
suppressing-instrumentation.md
examples/distro
gradle
instrumentation-api
instrumentation-core
instrumentation
javaagent-api
javaagent-bootstrap
javaagent-spi
javaagent-tooling
javaagent
load-generator
opentelemetry-api-shaded-for-instrumenting
opentelemetry-ext-annotations-shaded-for-instrumenting
smoke-tests
testing-common
testing
.editorconfig
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE
README.md
RELEASING.md
build.gradle
gradle.properties
gradlew
gradlew.bat
settings.gradle
克隆/下载
intellij-setup.md 831 Bytes
一键复制 编辑 原始数据 按行查看 历史

IntelliJ setup

NB! Please ensure that Intellij uses the same java installation as you do for building this project from command line. This ensures that Gradle task avoidance and build cache work properly and can greatly reduce build time.

Suggested plugins and settings:

  • Editor > Code Style > Java/Groovy > Imports
    • Class count to use import with '*': 9999 (some number sufficiently large that is unlikely to matter)
    • Names count to use static import with '*': 9999
    • Import Layout: import layout
  • Google Java Format
  • Save Actions Recommended Settings
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lovnx/opentelemetry-java-instrumentation.git
git@gitee.com:lovnx/opentelemetry-java-instrumentation.git
lovnx
opentelemetry-java-instrumentation
opentelemetry-java-instrumentation
main

搜索帮助